Merge tag 'v4.18-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / bcm283x-rpi-lan7515.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 / {
3         aliases {
4                 ethernet0 = &ethernet;
5         };
6 };
7
8 &usb {
9         usb-port@1 {
10                 compatible = "usb424,2514";
11                 reg = <1>;
12                 #address-cells = <1>;
13                 #size-cells = <0>;
14
15                 usb-port@1 {
16                         compatible = "usb424,2514";
17                         reg = <1>;
18                         #address-cells = <1>;
19                         #size-cells = <0>;
20
21                         ethernet: ethernet@1 {
22                                 compatible = "usb424,7800";
23                                 reg = <1>;
24                         };
25                 };
26         };
27 };