PB92.hints revision 221259
1# $FreeBSD: head/sys/mips/conf/PB92.hints 221259 2011-04-30 12:25:09Z adrian $
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
13#hint.ohci.0.at="apb0"
14#hint.ohci.0.maddr=0x1b000000
15#hint.ohci.0.msize=0x01000000
16#hint.ohci.0.irq=1
17
18#ehci - note the 0x100 offset for the AR913x/AR724x
19hint.ehci.0.at="nexus0"
20hint.ehci.0.maddr=0x1b000100
21hint.ehci.0.msize=0x00ffff00
22hint.ehci.0.irq=1
23
24# pci
25hint.pcib.0.at="nexus0"
26hint.pcib.0.irq=0
27
28# arge0
29hint.arge.0.at="nexus0"
30hint.arge.0.maddr=0x19000000
31hint.arge.0.msize=0x1000
32hint.arge.0.irq=2
33hint.arge.0.phymask=0x1
34
35# GPIO
36hint.gpio.0.at="apb0"
37hint.gpio.0.maddr=0x18040000
38hint.gpio.0.msize=0x1000
39hint.gpio.0.irq=2
40
41# Signal leds
42hint.gpioled.0.at="gpiobus0"
43hint.gpioled.0.name="sig1"
44hint.gpioled.0.pins=0x0001	# pin 0
45hint.gpioled.1.at="gpiobus0"
46hint.gpioled.1.name="sig2"
47hint.gpioled.1.pins=0x0002	# pin 1
48hint.gpioled.2.at="gpiobus0"
49hint.gpioled.2.name="sig3"
50hint.gpioled.2.pins=0x0800	# pin 11
51hint.gpioled.3.at="gpiobus0"
52hint.gpioled.3.name="sig4"
53hint.gpioled.3.pins=0x0080	# pin 7
54
55# SPI controller/bus
56hint.spi.0.at="nexus0"
57hint.spi.0.maddr=0x1f000000
58hint.spi.0.msize=0x10
59
60# SPI flash
61hint.mx25l.0.at="spibus0"
62hint.mx25l.0.cs=0
63
64# Watchdog
65hint.ar71xx_wdog.0.at="nexus0"
66