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