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