]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/CAMBRIA.hints
enable npe-a now that it works
[FreeBSD/FreeBSD.git] / sys / arm / conf / CAMBRIA.hints
1 # $FreeBSD$
2
3 #
4 # Device wiring for the Gateworks Cambria 2358.
5 #
6
7 # DBGU is unit 0
8 hint.uart.0.at="ixp0"
9 hint.uart.0.addr=0xc8000000
10 hint.uart.0.irq=15
11 hint.uart.0.flags=0x10
12
13 # NB: no UART1 on ixp436
14
15 # NPE Hardware Queue Manager
16 hint.ixpqmgr.0.at="ixp0"
17
18 # NPE wired NIC's, requires ixpqmgr
19 hint.npe.0.at="ixp0"
20 hint.npe.0.npeid="C"
21 hint.npe.0.mac="C"
22 hint.npe.0.mii="C"
23 hint.npe.0.phy=1
24 hint.npe.1.at="ixp0"
25 hint.npe.1.npeid="A"
26 hint.npe.1.mac="A"
27 hint.npe.1.mii="C"
28 hint.npe.1.phy=2
29
30 # FLASH
31 hint.cfi.0.at="ixp0"
32 hint.cfi.0.addr=0x50000000
33
34 # CF IDE controller
35 hint.ata_avila.0.at="ixp0"
36
37 # Front Panel LED
38 hint.fled.0.at="iicbus0"
39 hint.fled.0.addr=0x5a
40
41 # Octal LED Latch
42 hint.led_cambria.0.at="ixp0"
43
44 # Analog Devices AD7418 temperature sensor
45 hint.ad7418.0.at="iicbus0"
46 hint.ad7418.0.addr=0x50
47
48 # Dallas Semiconductor DS1672 RTC
49 hint.ds1672_rtc.0.at="iicbus0"
50 hint.ds1672_rtc.0.addr=0xd0
51
52 # USB is part of the chip
53 hint.ehci.0.at="ixp0"
54 hint.ehci.0.addr=0xcd000000
55 hint.ehci.0.irq=32
56 hint.ehci.1.at="ixp0"
57 hint.ehci.1.addr=0xce000000
58 hint.ehci.1.irq=33