mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Digi-CCWMX53: enable ffec and uart.
This commit is contained in:
parent
fb15925c14
commit
4219857759
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257299
@ -105,8 +105,12 @@ device ether # Ethernet support
|
|||||||
#device faith # IPv6-to-IPv4 relaying (translation)
|
#device faith # IPv6-to-IPv4 relaying (translation)
|
||||||
#device firmware # firmware assist module
|
#device firmware # firmware assist module
|
||||||
|
|
||||||
|
# Ethernet
|
||||||
|
device ffec # Freescale Fast Ethernet Controller
|
||||||
|
device miibus # Standard mii bus
|
||||||
|
|
||||||
# Serial (COM) ports
|
# Serial (COM) ports
|
||||||
#device uart # Multi-uart driver
|
device uart # Multi-uart driver
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
device ata
|
device ata
|
||||||
|
@ -95,6 +95,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
aips@60000000 {
|
aips@60000000 {
|
||||||
|
ethernet@63fec000 {
|
||||||
|
status = "okay";
|
||||||
|
phy-mode = "rmii";
|
||||||
|
};
|
||||||
i2c@63fc4000 {
|
i2c@63fc4000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user