Rtwo/kernel/motorola/sm8550/arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi
2025-09-30 19:22:48 -05:00

20 lines
272 B
Text

// SPDX-License-Identifier: GPL-2.0
/ {
aliases {
ethernet0 = &ethernet;
};
};
&usb {
usb1@1 {
compatible = "usb424,9512";
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
ethernet: usbether@1 {
compatible = "usb424,ec00";
reg = <1>;
};
};
};