summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/CAMBRIA.hints
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-12-17 00:53:59 +0000
committersam <sam@FreeBSD.org>2008-12-17 00:53:59 +0000
commitd31587da9431cef6ad76c501d06a3a7af00409e6 (patch)
tree5f4049fd89cbb713f85ac5477705241197486569 /sys/arm/conf/CAMBRIA.hints
parent02993c5ba0393caa0e4d20055c2d50d439aeb04a (diff)
downloadFreeBSD-src-d31587da9431cef6ad76c501d06a3a7af00409e6.zip
FreeBSD-src-d31587da9431cef6ad76c501d06a3a7af00409e6.tar.gz
seems I never committed these
Diffstat (limited to 'sys/arm/conf/CAMBRIA.hints')
-rw-r--r--sys/arm/conf/CAMBRIA.hints54
1 files changed, 54 insertions, 0 deletions
diff --git a/sys/arm/conf/CAMBRIA.hints b/sys/arm/conf/CAMBRIA.hints
new file mode 100644
index 0000000..208029f
--- /dev/null
+++ b/sys/arm/conf/CAMBRIA.hints
@@ -0,0 +1,54 @@
+# $FreeBSD$
+
+#
+# Device wiring for the Gateworks Cambria 2358.
+#
+
+# DBGU is unit 0
+hint.uart.0.at="ixp0"
+hint.uart.0.addr=0xc8000000
+hint.uart.0.irq=15
+hint.uart.0.flags=0x10
+
+# NB: no UART1 on ixp436
+
+# NPE Hardware Queue Manager
+hint.ixpqmgr.0.at="ixp0"
+
+# NPE wired NIC's, requires ixpqmgr
+hint.npe.0.at="ixp0"
+hint.npe.0.npeid="C"
+hint.npe.0.mac="C"
+hint.npe.0.mii="C"
+hint.npe.0.phy=1
+#hint.npe.1.at="ixp0"
+#hint.npe.1.npeid="A"
+#hint.npe.1.mac="A"
+#hint.npe.1.mii="C"
+#hint.npe.1.phy=2
+
+# CF IDE controller
+hint.ata_avila.0.at="ixp0"
+
+# Front Panel LED
+hint.fled.0.at="iicbus0"
+hint.fled.0.addr=0x5a
+
+# Octal LED Latch
+hint.led_cambria.0.at="ixp0"
+
+# Analog Devices AD7418 temperature sensor
+hint.ad7418.0.at="iicbus0"
+hint.ad7418.0.addr=0x50
+
+# Dallas Semiconductor DS1672 RTC
+hint.ds1672.0.at="iicbus0"
+hint.ds1672.0.addr=0xd0
+
+# USB is part of the chip
+hint.ehci.0.at="ixp0"
+hint.ehci.0.addr=0xcd000000
+hint.ehci.0.irq=32
+hint.ehci.1.at="ixp0"
+hint.ehci.1.addr=0xce000000
+hint.ehci.1.irq=33
OpenPOWER on IntegriCloud