]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/mips/conf/AR724X_BASE.hints
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / mips / conf / AR724X_BASE.hints
1 #
2 # $FreeBSD$
3 #
4 hint.apb.0.at="nexus0"
5 hint.apb.0.irq=4
6
7 # uart0
8 hint.uart.0.at="apb0"
9 # see atheros/uart_cpu_ar71xx.c why +3
10 hint.uart.0.maddr=0x18020003
11 hint.uart.0.msize=0x18
12 hint.uart.0.irq=3
13
14 #ohci
15 hint.ohci.0.at="apb0"
16 hint.ohci.0.maddr=0x1c000000
17 hint.ohci.0.msize=0x01000000
18 hint.ohci.0.irq=6
19
20 #ehci
21 hint.ehci.0.at="nexus0"
22 hint.ehci.0.maddr=0x1b000100
23 hint.ehci.0.msize=0x01000000
24 hint.ehci.0.irq=1
25
26 # pci
27 hint.pcib.0.at="nexus0"
28 hint.pcib.0.irq=0
29
30 hint.arge.0.at="nexus0"
31 hint.arge.0.maddr=0x19000000
32 hint.arge.0.msize=0x1000
33 hint.arge.0.irq=2
34
35 # phymask, media and fduplex depend upon the specific
36 # board.
37 # So each board will override the settings as needed.
38
39 hint.arge.1.at="nexus0"
40 hint.arge.1.maddr=0x1a000000
41 hint.arge.1.msize=0x1000
42 hint.arge.1.irq=3
43
44 # SPI flash
45 hint.spi.0.at="nexus0"
46 hint.spi.0.maddr=0x1f000000
47 hint.spi.0.msize=0x10
48
49 hint.mx25l.0.at="spibus0"
50 hint.mx25l.0.cs=0
51
52 # Watchdog
53 hint.ar71xx_wdog.0.at="nexus0"
54
55 # GPIO
56 hint.gpio.0.at="apb0"
57 hint.gpio.0.maddr=0x18040000
58 hint.gpio.0.msize=0x1000
59 hint.gpio.0.irq=2
60
61 # Each board should override the GPIO bus pins with the configuration
62 # relevant to it. Thus no pins are defined here.
63
64 # hwpmc device
65 hint.ar71xx_pmc.0.at="apb0"
66 hint.ar71xx_pmc.0.irq=5