1#
2# TPLink TL-WDR4300 - AR9344 based dual-band 2x2 wifi
3#
4# $FreeBSD: stable/11/sys/mips/conf/TL-WDR4300 345344 2019-03-20 18:49:45Z kib $
5#
6
7#NO_UNIVERSE
8
9# Include the default AR934x parameters
10include         "AR934X_BASE"
11
12ident           TL-WDR4300
13
14# Override hints with board values
15hints           "TL-WDR4300.hints"
16
17# Force the board memory - the base DB120 has 128MB RAM
18options         AR71XX_REALMEM=(128*1024*1024)
19
20# i2c GPIO bus
21#device		gpioiic
22#device		iicbb
23#device		iicbus
24#device		iic
25
26# Options required for miiproxy and mdiobus
27options 	ARGE_MDIO	# Export an MDIO bus separate from arge
28device		miiproxy	# MDIO bus <-> MII PHY rendezvous
29
30device		etherswitch
31device		arswitch
32
33# read MSDOS formatted disks - USB
34options 	MSDOSFS
35
36# Enable the uboot environment stuff rather then the
37# redboot stuff.
38options 	AR71XX_ENV_UBOOT
39
40# uzip - to boot natively from flash
41device		xz
42options 	GEOM_UZIP
43
44# Used for the static uboot partition map
45device          geom_map
46
47# yes, this board has a PCI connected atheros device
48device		ath_pci
49options 	AR71XX_ATH_EEPROM
50device		firmware		# Used by the above
51options 	ATH_EEPROM_FIRMWARE
52
53# Boot off of the rootfs, as defined in the geom_map setup.
54options 	ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
55