summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/AVILA.hints
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-05-24 16:27:48 +0000
committersam <sam@FreeBSD.org>2007-05-24 16:27:48 +0000
commitdaab632c066b4b1478e9e8acf5d342710f06ace3 (patch)
treef9ba036fb8e914a3e14ec6813dbd6943f8939441 /sys/arm/conf/AVILA.hints
parentb8a3a471862382dab46643bde04fd2a31a2a0648 (diff)
downloadFreeBSD-src-daab632c066b4b1478e9e8acf5d342710f06ace3.zip
FreeBSD-src-daab632c066b4b1478e9e8acf5d342710f06ace3.tar.gz
o add hints for avila boards; brings back i2c devices lost when iicbus
started using hints instead of wired down device enumeration o add usb commented out; will enable when support works MFC after: 1 month
Diffstat (limited to 'sys/arm/conf/AVILA.hints')
-rw-r--r--sys/arm/conf/AVILA.hints35
1 files changed, 35 insertions, 0 deletions
diff --git a/sys/arm/conf/AVILA.hints b/sys/arm/conf/AVILA.hints
new file mode 100644
index 0000000..aafd564
--- /dev/null
+++ b/sys/arm/conf/AVILA.hints
@@ -0,0 +1,35 @@
+# $FreeBSD$
+
+#
+# Device wiring for the Gateworks Avila 2384.
+#
+
+# DBGU is unit 0
+hint.uart.0.at="ixp0"
+hint.uart.0.addr=0xc8000000
+hint.uart.0.irq=15
+#hint.uart.0.flags=0x10
+# USART0 is unit 1
+hint.uart.1.at="ixp0"
+hint.uart.1.addr=0xc8001000
+hint.uart.1.irq=13
+
+# NPE Hardware Queue Manager
+hint.ixpqmgr.0.at="ixp0"
+# NPE wireless NIC's, requires ixpqmgr
+hint.npe.0.at="ixp0"
+hint.npe.1.at="ixp0"
+
+# CF IDE controller
+hint.ata_avila.0.at="ixp0"
+
+# LED connected to gpio
+hint.led_avila.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
OpenPOWER on IntegriCloud