AR71XX.hints revision 202839
1# $FreeBSD: head/sys/mips/conf/AR71XX.hints 202839 2010-01-22 22:14:12Z gonzo $
2hint.apb.0.at="nexus0"
3hint.apb.0.irq=4
4
5# uart0
6hint.uart.0.at="apb0"
7# see atheros/uart_cpu_ar71xx.c why +3
8hint.uart.0.maddr=0x18020003
9hint.uart.0.msize=0x18
10hint.uart.0.irq=3
11
12#ohci
13hint.ohci.0.at="apb0"
14hint.ohci.0.maddr=0x1c000000
15hint.ohci.0.msize=0x01000000
16hint.ohci.0.irq=6
17
18#ehci
19hint.ehci.0.at="nexus0"
20hint.ehci.0.maddr=0x1b000000
21hint.ehci.0.msize=0x01000000
22hint.ehci.0.irq=1
23
24# pci
25hint.pcib.0.at="nexus0"
26hint.pcib.0.irq=0
27
28hint.arge.0.at="nexus0"
29hint.arge.0.maddr=0x19000000
30hint.arge.0.msize=0x1000
31hint.arge.0.irq=2
32# PHY4 = 1 << 4
33hint.arge.0.phymask=0x10
34# Uncomment this hint for RS (not PRO)
35# PHY20 = 1 << 20
36# hint.arge.0.phymask=0x100000
37
38hint.arge.1.at="nexus0"
39hint.arge.1.maddr=0x1a000000
40hint.arge.1.msize=0x1000
41hint.arge.1.irq=3
42# PHY1, PHY2, PHY3 
43hint.arge.1.phymask=0x0e
44# should be 100 for RS 
45hint.arge.1.media=1000
46hint.arge.1.fduplex=1
47# Uncomment this hint for RS (not PRO)
48# hint.arge.0.phymask=70000
49
50# SPI flash
51hint.spi.0.at="nexus0"
52hint.spi.0.maddr=0x1f000000
53hint.spi.0.msize=0x10
54
55hint.mx25l.0.at="spibus0"
56hint.mx25l.0.cs=0
57
58# shares the same bus with mx25l. 
59# CE low for flash, CE high for RTC
60# at the moment it's just stub until SPI bus is ready for such hacks
61# hint.rtc.0.at="spibus0"
62# hint.rtc.0.cs=0
63
64# Watchdog
65hint.ar71xx_wdog.0.at="nexus0"
66