]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/mips/conf/AR934X_BASE.hints
Merge ACPICA 20141107 and 20150204.
[FreeBSD/FreeBSD.git] / sys / mips / conf / AR934X_BASE.hints
1 # This file (and the kernel config file accompanying it) are not designed 
2 # to be used by themselves. Instead, users of this file should create a
3 # kernel # config file which includes this file (which gets the basic hints),
4 # then override the default options (adding devices as needed) and adding
5 # hints as needed (for example, the GPIO and LAN PHY.)
6
7 # $FreeBSD$
8
9 hint.apb.0.at="nexus0"
10 hint.apb.0.irq=4
11
12 # uart0
13 hint.uart.0.at="apb0"
14 # NB: This isn't an ns8250 UART
15 hint.uart.0.maddr=0x18020003
16 hint.uart.0.msize=0x18
17 hint.uart.0.irq=3
18
19 #ehci - note the 0x100 offset for the AR913x/AR724x
20 hint.ehci.0.at="nexus0"
21 hint.ehci.0.maddr=0x1b000100
22 hint.ehci.0.msize=0x00001000
23 hint.ehci.0.irq=1
24
25 # pci
26 hint.pcib.0.at="nexus0"
27 hint.pcib.0.irq=0
28
29 hint.arge.0.at="nexus0"
30 hint.arge.0.maddr=0x19000000
31 hint.arge.0.msize=0x1000
32 hint.arge.0.irq=2
33
34 hint.arge.1.at="nexus0"
35 hint.arge.1.maddr=0x1a000000
36 hint.arge.1.msize=0x1000
37 hint.arge.1.irq=3
38
39 # XXX The ath device hangs off of the AHB, rather than the Nexus.
40 hint.ath.0.at="nexus0"
41 hint.ath.0.maddr=0x18100000
42 hint.ath.0.msize=0x20000
43 hint.ath.0.irq=0
44 hint.ath.0.vendor_id=0x168c
45 hint.ath.0.device_id=0x0031
46 # Set this to define where the ath calibration data
47 # should be fetched from in physical memory.
48 # hint.ath.0.eepromaddr=0x1fff1000
49
50 # SPI flash
51 hint.spi.0.at="nexus0"
52 hint.spi.0.maddr=0x1f000000
53 hint.spi.0.msize=0x10
54
55 hint.mx25l.0.at="spibus0"
56 hint.mx25l.0.cs=0
57
58 # Watchdog
59 hint.ar71xx_wdog.0.at="nexus0"
60
61 # The GPIO function and pin mask is configured per-board
62 hint.gpio.0.at="apb0"
63 hint.gpio.0.maddr=0x18040000
64 hint.gpio.0.msize=0x1000
65 hint.gpio.0.irq=2