1#
2# $FreeBSD$
3#
4hint.apb.0.at="nexus0"
5hint.apb.0.irq=4
6
7# uart0
8hint.uart.0.at="apb0"
9# see atheros/uart_cpu_ar71xx.c why +3
10hint.uart.0.maddr=0x18020003
11hint.uart.0.msize=0x18
12hint.uart.0.irq=3
13
14#ohci
15hint.ohci.0.at="apb0"
16hint.ohci.0.maddr=0x1c000000
17hint.ohci.0.msize=0x01000000
18hint.ohci.0.irq=6
19
20#ehci
21hint.ehci.0.at="nexus0"
22hint.ehci.0.maddr=0x1b000000
23hint.ehci.0.msize=0x01000000
24hint.ehci.0.irq=1
25
26# pci
27hint.pcib.0.at="nexus0"
28hint.pcib.0.irq=0
29
30hint.arge.0.at="nexus0"
31hint.arge.0.maddr=0x19000000
32hint.arge.0.msize=0x1000
33hint.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
39hint.arge.1.at="nexus0"
40hint.arge.1.maddr=0x1a000000
41hint.arge.1.msize=0x1000
42hint.arge.1.irq=3
43
44# SPI flash
45hint.spi.0.at="nexus0"
46hint.spi.0.maddr=0x1f000000
47hint.spi.0.msize=0x10
48
49hint.mx25l.0.at="spibus0"
50hint.mx25l.0.cs=0
51
52# Watchdog
53hint.ar71xx_wdog.0.at="nexus0"
54
55# GPIO
56hint.gpio.0.at="apb0"
57hint.gpio.0.maddr=0x18040000
58hint.gpio.0.msize=0x1000
59hint.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
65hint.ar71xx_pmc.0.at="apb0"
66hint.ar71xx_pmc.0.irq=5
67