summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-10-29 03:42:43 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-10-29 03:42:43 +0000
commit25971e06a21407c5ac4533772dc089fdb85b283b (patch)
tree1a801cfe065c45e087a484f532506de0beb6bbdb
parentbb1072d7ef9101f89db4769045b34123c3e344ec (diff)
downloadFreeBSD-src-25971e06a21407c5ac4533772dc089fdb85b283b.zip
FreeBSD-src-25971e06a21407c5ac4533772dc089fdb85b283b.tar.gz
Digi-CCWMX53: enable ffec and uart.
-rw-r--r--sys/arm/conf/DIGI-CCWMX536
-rw-r--r--sys/boot/fdt/dts/digi-ccwmx53.dts4
2 files changed, 9 insertions, 1 deletions
diff --git a/sys/arm/conf/DIGI-CCWMX53 b/sys/arm/conf/DIGI-CCWMX53
index 5aec9fe..610fcb8 100644
--- a/sys/arm/conf/DIGI-CCWMX53
+++ b/sys/arm/conf/DIGI-CCWMX53
@@ -105,8 +105,12 @@ device ether # Ethernet support
#device faith # IPv6-to-IPv4 relaying (translation)
#device firmware # firmware assist module
+# Ethernet
+device ffec # Freescale Fast Ethernet Controller
+device miibus # Standard mii bus
+
# Serial (COM) ports
-#device uart # Multi-uart driver
+device uart # Multi-uart driver
options ALT_BREAK_TO_DEBUGGER
device ata
diff --git a/sys/boot/fdt/dts/digi-ccwmx53.dts b/sys/boot/fdt/dts/digi-ccwmx53.dts
index 84fa047..c258336 100644
--- a/sys/boot/fdt/dts/digi-ccwmx53.dts
+++ b/sys/boot/fdt/dts/digi-ccwmx53.dts
@@ -95,6 +95,10 @@
};
};
aips@60000000 {
+ ethernet@63fec000 {
+ status = "okay";
+ phy-mode = "rmii";
+ };
i2c@63fc4000 {
status = "okay";
};
OpenPOWER on IntegriCloud