1169953Ssam# $FreeBSD$
2169953Ssam
3169953Ssam#
4169953Ssam# Device wiring for the Gateworks Avila 2384.
5169953Ssam#
6169953Ssam
7169953Ssam# DBGU is unit 0
8169953Ssamhint.uart.0.at="ixp0"
9169953Ssamhint.uart.0.addr=0xc8000000
10169953Ssamhint.uart.0.irq=15
11170109Sjhayhint.uart.0.flags=0x10
12194668Ssamhint.uart.0.ier_rxbits=0x5d	# NB: need UUE+RTOIE
13169953Ssam# USART0 is unit 1
14169953Ssamhint.uart.1.at="ixp0"
15169953Ssamhint.uart.1.addr=0xc8001000
16169953Ssamhint.uart.1.irq=13
17194668Ssamhint.uart.1.ier_rxbits=0x5d	# NB: need UUE+RTOIE
18169953Ssam
19169953Ssam# NPE Hardware Queue Manager
20169953Ssamhint.ixpqmgr.0.at="ixp0"
21177506Ssam
22239699Sgjb# NPE wired NICs, requires ixpqmgr
23169953Ssamhint.npe.0.at="ixp0"
24186352Ssamhint.npe.0.npeid="B"
25186352Ssamhint.npe.0.mac="B"
26186352Ssamhint.npe.0.mii="B"
27177506Ssamhint.npe.0.phy=0
28169953Ssamhint.npe.1.at="ixp0"
29186352Ssamhint.npe.1.npeid="C"
30186352Ssamhint.npe.1.mac="C"
31186352Ssamhint.npe.1.mii="B"
32177506Ssamhint.npe.1.phy=1
33169953Ssam
34188088Ssam# FLASH
35188088Ssamhint.cfi.0.at="ixp0"
36188088Ssamhint.cfi.0.addr=0x50000000
37188088Ssam
38169953Ssam# CF IDE controller
39169953Ssamhint.ata_avila.0.at="ixp0"
40169953Ssam
41186352Ssam# Front Panel LED
42169953Ssamhint.led_avila.0.at="ixp0"
43169953Ssam
44214946Sthompsa# GPIO pins
45214946Sthompsahint.gpio_avila.0.at="ixp0"
46214946Sthompsa
47169953Ssam# Analog Devices AD7418 temperature sensor
48169953Ssamhint.ad7418.0.at="iicbus0"
49169953Ssamhint.ad7418.0.addr=0x50
50169953Ssam
51169953Ssam# Dallas Semiconductor DS1672 RTC
52191369Sstashint.ds1672_rtc.0.at="iicbus0"
53191369Sstashint.ds1672_rtc.0.addr=0xd0
54