svn commit: r257299 - in head/sys: arm/conf boot/fdt/dts

Rui Paulo rpaulo at FreeBSD.org
Tue Oct 29 03:42:45 UTC 2013


Author: rpaulo
Date: Tue Oct 29 03:42:43 2013
New Revision: 257299
URL: http://svnweb.freebsd.org/changeset/base/257299

Log:
  Digi-CCWMX53: enable ffec and uart.

Modified:
  head/sys/arm/conf/DIGI-CCWMX53
  head/sys/boot/fdt/dts/digi-ccwmx53.dts

Modified: head/sys/arm/conf/DIGI-CCWMX53
==============================================================================
--- head/sys/arm/conf/DIGI-CCWMX53	Tue Oct 29 03:12:31 2013	(r257298)
+++ head/sys/arm/conf/DIGI-CCWMX53	Tue Oct 29 03:42:43 2013	(r257299)
@@ -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

Modified: head/sys/boot/fdt/dts/digi-ccwmx53.dts
==============================================================================
--- head/sys/boot/fdt/dts/digi-ccwmx53.dts	Tue Oct 29 03:12:31 2013	(r257298)
+++ head/sys/boot/fdt/dts/digi-ccwmx53.dts	Tue Oct 29 03:42:43 2013	(r257299)
@@ -95,6 +95,10 @@
 			};
 		};
 		aips at 60000000 {
+			ethernet at 63fec000 {
+				status = "okay";
+				phy-mode = "rmii";
+			};
 			i2c at 63fc4000 {
 				status = "okay";
 			};


More information about the svn-src-all mailing list