xref: /f-stack/freebsd/mips/conf/TL-WR1043NDv2 (revision 22ce4aff)
1#
2# TP-Link TL-WR1043nd v2 - based on the AP135 reference design.
3#
4# This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi,
5# 64MiB RAM and an AR8327 5-port gigabit ethernet switch.
6#
7# $FreeBSD$
8#
9
10#NO_UNIVERSE
11
12# Include the default QCA955x parameters
13include         "std.QCA955X"
14
15ident           TL-WR1043NDv2
16
17# Override hints with board values
18hints           "TL-WR1043NDv2.hints"
19
20options         AR71XX_REALMEM=(64*1024*1024)
21
22# Options required for miiproxy and mdiobus
23options 	ARGE_MDIO	# Export an MDIO bus separate from arge
24device		miiproxy	# MDIO bus <-> MII PHY rendezvous
25
26device		etherswitch
27device		arswitch
28
29# read MSDOS formatted disks - USB
30options 	MSDOSFS
31
32# Enable the uboot environment stuff rather then the
33# redboot stuff.
34options 	AR71XX_ENV_UBOOT
35
36# uzip - to boot natively from flash
37device		xz
38options 	GEOM_UZIP
39
40# Used for the static uboot partition map
41device          geom_map
42
43# yes, this board has a PCI connected atheros device
44#device		ath_pci
45#options 	AR71XX_ATH_EEPROM
46#device		firmware		# Used by the above
47#options 	ATH_EEPROM_FIRMWARE
48
49# Boot off of the rootfs, as defined in the geom_map setup.
50options 	ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
51
52# Default to accept
53options		IPFIREWALL_DEFAULT_TO_ACCEPT
54