1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Digi-CCWMX53: enable ffec and uart.

This commit is contained in:
Rui Paulo 2013-10-29 03:42:43 +00:00
parent fb15925c14
commit 4219857759
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257299
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -95,6 +95,10 @@
};
};
aips@60000000 {
ethernet@63fec000 {
status = "okay";
phy-mode = "rmii";
};
i2c@63fc4000 {
status = "okay";
};