summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/bcm283x-rpi-smsc9512.dtsi
blob: 9a0599f711ff3382a7b908bb72e9f0392db5e1bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/ {
	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>;
		};
	};
};