mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
20 lines
235 B
Text
20 lines
235 B
Text
|
/ {
|
||
|
aliases {
|
||
|
ethernet = ðernet;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&usb {
|
||
|
usb1@1 {
|
||
|
compatible = "usb424,9512";
|
||
|
reg = <1>;
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|
||
|
|
||
|
ethernet: usbether@1 {
|
||
|
compatible = "usb424,ec00";
|
||
|
reg = <1>;
|
||
|
};
|
||
|
};
|
||
|
};
|