xref: /openbmc/u-boot/arch/arm/dts/bcm283x-rpi-smsc9512.dtsi (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1/ {
2	aliases {
3		ethernet0 = &ethernet;
4	};
5};
6
7&usb {
8	usb1@1 {
9		compatible = "usb424,9512";
10		reg = <1>;
11		#address-cells = <1>;
12		#size-cells = <0>;
13
14		ethernet: usbether@1 {
15			compatible = "usb424,ec00";
16			reg = <1>;
17		};
18	};
19};
20