1248853Sadrian#
2248853Sadrian# AP121 - the AP121 reference board from Qualcomm Atheros includes:
3248853Sadrian#
4248853Sadrian# * AR9330 SoC
5248853Sadrian# * 16MB RAM
6248853Sadrian# * 4MB flash
7248853Sadrian# * Integrated 1x1 2GHz wifi and 10/100 bridge
8248853Sadrian#
9248853Sadrian# $FreeBSD: stable/11/sys/mips/conf/AP121 345344 2019-03-20 18:49:45Z kib $
10248853Sadrian#
11248853Sadrian
12291049Simp#NO_UNIVERSE
13291049Simp
14248853Sadrian# Include the default AR933x parameters
15248853Sadrianinclude         "AR933X_BASE"
16248853Sadrian
17248853Sadrianident           AP121
18248853Sadrian
19248853Sadrian# Override hints with board values
20248853Sadrianhints           "AP121.hints"
21248853Sadrian
22248853Sadrian# Force the board memory - the base AP121 only has 16MB RAM
23249124Sadrianoptions         AR71XX_REALMEM=(16*1024*1024)
24248853Sadrian
25248853Sadrian# i2c GPIO bus
26248853Sadrian#device		gpioiic
27248853Sadrian#device		iicbb
28248853Sadrian#device		iicbus
29248853Sadrian#device		iic
30248853Sadrian
31249124Sadrian# Options required for miiproxy and mdiobus
32249124Sadrianoptions 	ARGE_MDIO	# Export an MDIO bus separate from arge
33249124Sadriandevice		miiproxy	# MDIO bus <-> MII PHY rendezvous
34248853Sadrian
35249124Sadriandevice		etherswitch
36249124Sadriandevice		arswitch
37248853Sadrian
38248853Sadrian# read MSDOS formatted disks - USB
39263301Simp#options 	MSDOSFS
40248853Sadrian
41248853Sadrian# Enable the uboot environment stuff rather then the
42248853Sadrian# redboot stuff.
43263301Simpoptions 	AR71XX_ENV_UBOOT
44248853Sadrian
45248853Sadrian# uzip - to boot natively from flash
46345344Skibdevice		xz
47295945Ssobomaxoptions 	GEOM_UZIP
48248853Sadrian
49248853Sadrian# Used for the static uboot partition map
50248853Sadriandevice          geom_map
51248853Sadrian
52248853Sadrian# Boot off of the rootfs, as defined in the geom_map setup.
53295945Ssobomaxoptions 	ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
54