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/11/sys/mips/conf/CARAMBOLA2 345344 2019-03-20 18:49:45Z kib $
12#
13
14#NO_UNIVERSE
15
16# Include the default AR933x parameters
17include         "AR933X_BASE"
18
19ident           CARAMBOLA2
20
21# Override hints with board values
22hints           "CARAMBOLA2.hints"
23
24# Board memory - 64MB
25options         AR71XX_REALMEM=(64*1024*1024)
26
27# i2c GPIO bus
28#device		gpioiic
29#device		iicbb
30#device		iicbus
31#device		iic
32
33# Options required for miiproxy and mdiobus
34options 	ARGE_MDIO	# Export an MDIO bus separate from arge
35device		miiproxy	# MDIO bus <-> MII PHY rendezvous
36
37device		etherswitch
38device		arswitch
39
40# read MSDOS formatted disks - USB
41#options 	MSDOSFS
42
43# Enable the uboot environment stuff rather then the
44# redboot stuff.
45options 	AR71XX_ENV_UBOOT
46
47# uzip - to boot natively from flash
48device		xz
49options 	GEOM_UZIP
50
51# Used for the static uboot partition map
52device          geom_map
53
54# Boot off of the rootfs, as defined in the geom_map setup.
55options 	ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
56