projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.19.264-gnu1
[releases.git]
/
arch
/
arm
/
boot
/
dts
/
bcm283x-rpi-smsc9512.dtsi
1
// SPDX-License-Identifier: GPL-2.0
2
/ {
3
aliases {
4
ethernet0 = ðernet;
5
};
6
};
7
8
&usb {
9
usb1@1 {
10
compatible = "usb424,9512";
11
reg = <1>;
12
#address-cells = <1>;
13
#size-cells = <0>;
14
15
ethernet: usbether@1 {
16
compatible = "usb424,ec00";
17
reg = <1>;
18
};
19
};
20
};