21 lines
272 B
Plaintext
21 lines
272 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/ {
|
||
|
aliases {
|
||
|
ethernet0 = ðernet;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&usb {
|
||
|
usb1@1 {
|
||
|
compatible = "usb424,9512";
|
||
|
reg = <1>;
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <0>;
|
||
|
|
||
|
ethernet: ethernet@1 {
|
||
|
compatible = "usb424,ec00";
|
||
|
reg = <1>;
|
||
|
};
|
||
|
};
|
||
|
};
|