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
9hint.apb.0.at="nexus0"
10hint.apb.0.irq=4
11
12# uart0
13hint.uart.0.at="apb0"
14# see atheros/uart_cpu_ar71xx.c why +3
15hint.uart.0.maddr=0x18020003
16hint.uart.0.msize=0x18
17hint.uart.0.irq=3
18
19#ehci - note the 0x100 offset for the AR913x/AR724x
20hint.ehci.0.at="nexus0"
21hint.ehci.0.maddr=0x1b000100
22hint.ehci.0.msize=0x00ffff00
23hint.ehci.0.irq=1
24
25hint.arge.0.at="nexus0"
26hint.arge.0.maddr=0x19000000
27hint.arge.0.msize=0x1000
28hint.arge.0.irq=2
29
30hint.arge.1.at="nexus0"
31hint.arge.1.maddr=0x1a000000
32hint.arge.1.msize=0x1000
33hint.arge.1.irq=3
34
35hint.ath.0.at="nexus0"
36hint.ath.0.maddr=0x180c0000
37hint.ath.0.msize=0x30000
38hint.ath.0.irq=0
39# Set this to define where the ath calibration data
40# should be fetched from in physical memory.
41# hint.ath.0.eepromaddr=0x1fff1000
42
43# SPI flash
44hint.spi.0.at="nexus0"
45hint.spi.0.maddr=0x1f000000
46hint.spi.0.msize=0x10
47
48hint.mx25l.0.at="spibus0"
49hint.mx25l.0.cs=0
50
51# Watchdog
52hint.ar71xx_wdog.0.at="nexus0"
53