1253512Sadrian#
2253512Sadrian# DB120 - the AR9344 SoC reference design
3253512Sadrian#
4253512Sadrian# $FreeBSD$
5253512Sadrian#
6253512Sadrian
7253512Sadrian# Include the default AR934x parameters
8253512Sadrianinclude         "AR934X_BASE"
9253512Sadrian
10253512Sadrianident           DB120
11253512Sadrian
12253512Sadrian# Override hints with board values
13253512Sadrianhints           "DB120.hints"
14253512Sadrian
15253512Sadrian# Force the board memory - the base DB120 has 128MB RAM
16253512Sadrianoptions         AR71XX_REALMEM=(32*1024*1024)
17253512Sadrian
18253512Sadrian# i2c GPIO bus
19253512Sadrian#device		gpioiic
20253512Sadrian#device		iicbb
21253512Sadrian#device		iicbus
22253512Sadrian#device		iic
23253512Sadrian
24253512Sadrian# Options required for miiproxy and mdiobus
25253512Sadrianoptions 	ARGE_MDIO	# Export an MDIO bus separate from arge
26253512Sadriandevice		miiproxy	# MDIO bus <-> MII PHY rendezvous
27253512Sadrian
28253512Sadriandevice		etherswitch
29253512Sadriandevice		arswitch
30253512Sadrian
31253512Sadrian# read MSDOS formatted disks - USB
32253512Sadrian#options		MSDOSFS
33253512Sadrian
34253512Sadrian# Enable the uboot environment stuff rather then the
35253512Sadrian# redboot stuff.
36253512Sadrianoptions		AR71XX_ENV_UBOOT
37253512Sadrian
38253512Sadrian# uzip - to boot natively from flash
39253512Sadriandevice		geom_uncompress
40253512Sadrianoptions 	GEOM_UNCOMPRESS
41253512Sadrian
42253512Sadrian# Used for the static uboot partition map
43253512Sadriandevice          geom_map
44253512Sadrian
45253512Sadrian# Boot off of the rootfs, as defined in the geom_map setup.
46253512Sadrianoptions		ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
47