]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/mips/conf/AR71XX.hints
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / mips / conf / AR71XX.hints
1 # $FreeBSD$
2 hint.apb.0.at="nexus0"
3 hint.apb.0.irq=4
4
5 # uart0
6 hint.uart.0.at="apb0"
7 # see atheros/uart_cpu_ar71xx.c why +3
8 hint.uart.0.maddr=0x18020003
9 hint.uart.0.msize=0x18
10 hint.uart.0.irq=3
11
12 #ohci
13 hint.ohci.0.at="apb0"
14 hint.ohci.0.maddr=0x1c000000
15 hint.ohci.0.msize=0x01000000
16 hint.ohci.0.irq=6
17
18 #ehci
19 hint.ehci.0.at="nexus0"
20 hint.ehci.0.maddr=0x1b000000
21 hint.ehci.0.msize=0x01000000
22 hint.ehci.0.irq=1
23
24 # pci
25 hint.pcib.0.at="nexus0"
26 hint.pcib.0.irq=0
27
28 hint.arge.0.at="nexus0"
29 hint.arge.0.maddr=0x19000000
30 hint.arge.0.msize=0x1000
31 hint.arge.0.irq=2
32 # PHY4 = 1 << 4
33 hint.arge.0.phymask=0x10
34 # Uncomment this hint for RS (not PRO)
35 # PHY20 = 1 << 20
36 # hint.arge.0.phymask=0x100000
37
38 hint.arge.1.at="nexus0"
39 hint.arge.1.maddr=0x1a000000
40 hint.arge.1.msize=0x1000
41 hint.arge.1.irq=3
42 # PHY1, PHY2, PHY3 
43 hint.arge.1.phymask=0x0e
44 # should be 100 for RS 
45 hint.arge.1.media=1000
46 hint.arge.1.fduplex=1
47 # Uncomment this hint for RS (not PRO)
48 # hint.arge.0.phymask=70000
49
50 # GPIO
51 hint.gpio.0.at="apb0"
52 hint.gpio.0.maddr=0x18040000
53 hint.gpio.0.msize=0x1000
54 hint.gpio.0.irq=2
55
56 # RF led
57 hint.gpioled.0.at="gpiobus0"
58 hint.gpioled.0.name="rf"
59 # pin 2
60 hint.gpioled.0.pins=0x0004
61
62 # SPI flash
63 hint.spi.0.at="nexus0"
64 hint.spi.0.maddr=0x1f000000
65 hint.spi.0.msize=0x10
66
67 hint.mx25l.0.at="spibus0"
68 hint.mx25l.0.cs=0
69
70 # shares the same bus with mx25l. 
71 # CE low for flash, CE high for RTC
72 # at the moment it's just stub until SPI bus is ready for such hacks
73 # hint.rtc.0.at="spibus0"
74 # hint.rtc.0.cs=0
75
76 # Watchdog
77 hint.ar71xx_wdog.0.at="nexus0"