Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux/fpc-iii.git] / arch / arm / boot / dts / bcm283x-rpi-smsc9512.dtsi
blob967e081cb9c2b5569b2fda82f76184007f25db6b
1 // SPDX-License-Identifier: GPL-2.0
2 / {
3         aliases {
4                 ethernet0 = &ethernet;
5         };
6 };
8 &usb {
9         usb1@1 {
10                 compatible = "usb424,9512";
11                 reg = <1>;
12                 #address-cells = <1>;
13                 #size-cells = <0>;
15                 ethernet: usbether@1 {
16                         compatible = "usb424,ec00";
17                         reg = <1>;
18                 };
19         };