1# $FreeBSD$
2
3# arge0 MDIO bus
4hint.argemdio.0.at="nexus0"
5hint.argemdio.0.maddr=0x19000000
6hint.argemdio.0.msize=0x1000
7hint.argemdio.0.order=0
8
9# arge1 MDIO bus doesn't exist on the AR7240
10
11# arge0: MII; dedicated PHY 4 on switch, connected via internal switch
12# MDIO bus.
13
14# hint.arge.0.eeprommac=0x83fe9ff0
15hint.arge.0.phymask=0x10	# PHY 4
16# hint.arge.0.miimode=2		# MII
17hint.arge.0.mdio=mdioproxy1	# Hanging off the arswitch MDIO bus
18
19# arge1: connected to the LAN switch MAC, at 1000BaseTX / GMII.
20hint.arge.1.phymask=0x0
21# hint.arge.1.miimode=1		# GMII
22hint.arge.1.media=1000		# Force to 1000BaseTX/full
23hint.arge.1.fduplex=1
24
25#
26# AR7240 switch config
27#
28hint.arswitch.0.at="mdio0"
29hint.arswitch.0.is_7240=1	# We need to be explicitly told this
30hint.arswitch.0.numphys=4	# 4 active switch PHYs (PHY 0 -> 3)
31hint.arswitch.0.phy4cpu=1	# Yes, PHY 4 == dedicated PHY
32hint.arswitch.0.is_rgmii=0	# No, not RGMII
33hint.arswitch.0.is_gmii=0	# No, not GMII
34
35# ath0 hint - pcie slot 0
36hint.pcib.0.bus.0.0.0.ath_fixup_addr=0x1fff1000
37hint.pcib.0.bus.0.0.0.ath_fixup_size=4096
38
39# ath0 - eeprom comes from here
40hint.ath.0.eeprom_firmware="pcib.0.bus.0.0.0.eeprom_firmware"
41
42# Signal leds
43hint.gpioled.0.at="gpiobus0"
44hint.gpioled.0.name="sig1"
45hint.gpioled.0.pins=0x0001	# pin 0
46hint.gpioled.1.at="gpiobus0"
47hint.gpioled.1.name="sig2"
48hint.gpioled.1.pins=0x0002	# pin 1
49hint.gpioled.2.at="gpiobus0"
50hint.gpioled.2.name="sig3"
51hint.gpioled.2.pins=0x0800	# pin 11
52hint.gpioled.3.at="gpiobus0"
53hint.gpioled.3.name="sig4"
54hint.gpioled.3.pins=0x0080	# pin 7
55
56# nvram mapping - XXX ?
57hint.nvram.0.base=0x1f030000
58hint.nvram.0.maxsize=0x2000
59hint.nvram.0.flags=3 # 1 = No check, 2 = Format Generic
60hint.nvram.1.base=0x1f032000
61hint.nvram.1.maxsize=0x4000
62hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic
63
64# GEOM_MAP
65#
66# From my AP93 environment:
67#
68# 256k - uboot
69# 256k - uboot-env
70# 3072k - spare-rootfs
71# 1024k - spare-uImage
72# 3072k - rootfs
73# 1024k - uImage
74# 64k - mib0
75# 64k - mib1
76# 4096k - ct
77# 3392k - var
78# 64k - ART
79
80# To make it useful for FreeBSD for now, treat spare rootfs, spare
81# uimage and rootfs as 'rootfs'.
82
83hint.map.0.at="flash/spi0"
84hint.map.0.start=0x00000000
85hint.map.0.end=0x00040000
86hint.map.0.name="uboot"
87hint.map.0.readonly=1
88
89hint.map.1.at="flash/spi0"
90hint.map.1.start=0x00040000
91hint.map.1.end=0x00080000
92hint.map.1.name="uboot-env"
93hint.map.1.readonly=1
94
95hint.map.2.at="flash/spi0"
96hint.map.2.start=0x00080000
97# hint.map.2.end=0x00380000
98hint.map.2.end=0x00780000
99# hint.map.2.name="spare-rootfs"
100hint.map.2.name="rootfs"
101hint.map.2.readonly=1
102
103#hint.map.3.at="flash/spi0"
104#hint.map.3.start=0x00380000
105#hint.map.3.end=0x00480000
106#hint.map.3.name="spare-uImage"
107#hint.map.3.readonly=1
108
109#hint.map.4.at="flash/spi0"
110#hint.map.4.start=0x00480000
111#hint.map.4.end=0x00780000
112#hint.map.4.name="rootfs"
113#hint.map.4.readonly=1
114
115hint.map.3.at="flash/spi0"
116hint.map.3.start=0x00780000
117hint.map.3.end=0x00880000
118hint.map.3.name="uImage"
119hint.map.3.readonly=1
120
121hint.map.4.at="flash/spi0"
122hint.map.4.start=0x00880000
123hint.map.4.end=0x00890000
124# hint.map.4.name="mib0"
125hint.map.4.name="cfg"
126# hint.map.4.readonly=1
127
128hint.map.5.at="flash/spi0"
129hint.map.5.start=0x00890000
130hint.map.5.end=0x008a0000
131hint.map.5.name="mib1"
132hint.map.5.readonly=1
133
134hint.map.6.at="flash/spi0"
135hint.map.6.start=0x008a0000
136hint.map.6.end=0x00ca0000
137hint.map.6.name="ct"
138hint.map.6.readonly=1
139
140hint.map.7.at="flash/spi0"
141hint.map.7.start=0x00ca0000
142hint.map.7.end=0x00ff0000
143hint.map.7.name="var"
144hint.map.7.readonly=1
145
146hint.map.8.at="flash/spi0"
147hint.map.8.start=0x00ff0000
148hint.map.8.end=0x01000000	# 64k ART
149hint.map.8.name="ART"
150hint.map.8.readonly=1
151
152