1291011Sadrian#
2291011Sadrian# AP143 - the AP143 reference board from Qualcomm Atheros includes:
3291011Sadrian#
4291011Sadrian# * AR9330 SoC
5291011Sadrian# * 32MB RAM
6291011Sadrian# * 4MB flash
7291011Sadrian# * Integrated 1x1 2GHz wifi and 10/100 bridge
8291011Sadrian#
9291011Sadrian# $FreeBSD: stable/11/sys/mips/conf/AP143 345344 2019-03-20 18:49:45Z kib $
10291011Sadrian#
11291011Sadrian
12291049Simp#NO_UNIVERSE
13291049Simp
14291011Sadrian# Include the default QCA953x parameters
15291011Sadrianinclude         "QCA953X_BASE"
16291011Sadrian
17291011Sadrianident           AP143
18291011Sadrian
19291011Sadrian# Override hints with board values
20291011Sadrianhints           "AP143.hints"
21291011Sadrian
22291011Sadrian# Force the board memory - the base AP121 only has 16MB RAM
23291011Sadrianoptions         AR71XX_REALMEM=(32*1024*1024)
24291011Sadrian
25291011Sadrian# i2c GPIO bus
26291011Sadrian#device		gpioiic
27291011Sadrian#device		iicbb
28291011Sadrian#device		iicbus
29291011Sadrian#device		iic
30291011Sadrian
31291011Sadrian# Options required for miiproxy and mdiobus
32291011Sadrianoptions 	ARGE_MDIO	# Export an MDIO bus separate from arge
33291011Sadriandevice		miiproxy	# MDIO bus <-> MII PHY rendezvous
34291011Sadrian
35291011Sadriandevice		etherswitch
36291011Sadriandevice		arswitch
37291011Sadrian
38291011Sadrian# read MSDOS formatted disks - USB
39291011Sadrian#options 	MSDOSFS
40291011Sadrian
41291011Sadrian# Enable the uboot environment stuff rather then the
42291011Sadrian# redboot stuff.
43291011Sadrianoptions 	AR71XX_ENV_UBOOT
44291011Sadrian
45291011Sadrian# uzip - to boot natively from flash
46345344Skibdevice		xz
47295945Ssobomaxoptions 	GEOM_UZIP
48291011Sadrian
49291011Sadrian# Used for the static uboot partition map
50291011Sadriandevice          geom_map
51291011Sadrian
52291011Sadrian# Boot off of the rootfs, as defined in the geom_map setup.
53295945Ssobomaxoptions 	ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
54