CARAMBOLA2 revision 266331
1#
2# Carambola 2 - an AR933x based SoC wifi device.
3#
4# http://shop.8devices.com/wifi4things/carambola2
5#
6# * AR9330 SoC
7# * 64MB RAM
8# * 16MB flash
9# * Integrated 1x1 2GHz wifi and 10/100 bridge
10#
11# $FreeBSD: stable/10/sys/mips/conf/CARAMBOLA2 266331 2014-05-17 17:34:37Z ian $
12#
13
14# Include the default AR933x parameters
15include         "AR933X_BASE"
16
17ident           CARAMBOLA2
18
19# Override hints with board values
20hints           "CARAMBOLA2.hints"
21
22# Board memory - 64MB
23options         AR71XX_REALMEM=(64*1024*1024)
24
25# i2c GPIO bus
26#device		gpioiic
27#device		iicbb
28#device		iicbus
29#device		iic
30
31# Options required for miiproxy and mdiobus
32options 	ARGE_MDIO	# Export an MDIO bus separate from arge
33device		miiproxy	# MDIO bus <-> MII PHY rendezvous
34
35device		etherswitch
36device		arswitch
37
38# read MSDOS formatted disks - USB
39#options 	MSDOSFS
40
41# Enable the uboot environment stuff rather then the
42# redboot stuff.
43options 	AR71XX_ENV_UBOOT
44
45# uzip - to boot natively from flash
46device		geom_uncompress
47options 	GEOM_UNCOMPRESS
48
49# Used for the static uboot partition map
50device          geom_map
51
52# Boot off of the rootfs, as defined in the geom_map setup.
53options 	ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
54