WZR-300HP revision 288672
1#
2# Specific board setup for the Buffalo Airstation WZR-300HP
3#
4# The WZR-300HP has the following hardware:
5#
6# + AR7242 CPU SoC
7# + AR9280 5GHz 11n
8# + AR8136 Gigabit switch
9# + 2 m25ll128 based 16MB flash
10# + 64MB RAM
11# + uboot environment
12
13# $FreeBSD: head/sys/mips/conf/WZR-300HP 288672 2015-10-04 22:50:37Z sbruno $
14
15include		"AR724X_BASE"
16ident		"WZR-300HP"
17hints		"WZR-300HP.hints"
18
19options 	AR71XX_REALMEM=64*1024*1024
20
21options 	AR71XX_ENV_UBOOT
22
23options 	BOOTVERBOSE
24
25# GEOM modules
26device		geom_map	# to get access to the SPI flash partitions
27device		geom_uncompress	# compressed in-memory filesystem hackery!
28
29options 	ROOTDEVNAME=\"ufs:/dev/map/rootfs.uncompress\"
30
31options 	AR71XX_ATH_EEPROM	# Fetch EEPROM/PCI config from flash
32options 	ATH_EEPROM_FIRMWARE	# Use EEPROM from flash
33device		firmware		# Used by the above
34
35# Options required for miiproxy and mdiobus
36options         ARGE_MDIO               # Export an MDIO bus separate from arge
37device          miiproxy                # MDIO bus <-> MII PHY rendezvous
38
39device          etherswitch
40device          arswitch
41
42# hwpmc
43device		hwpmc_mips24k
44device		hwpmc
45
46# load these via modules, shrink kernel
47nodevice	if_bridge
48nodevice	bridgestp
49nodevice	random
50