6f42f6a89a
Notable changes: Allwinner: * H3/H5 were merged into a common dtsi file * include/dt-bindings/sun4i-a10.h is not included anymore in a lot of dts files * Add sun8i-h3-nanopi-neo-air board DTS file
20 lines
236 B
Plaintext
20 lines
236 B
Plaintext
/ {
|
|
aliases {
|
|
ethernet0 = ðernet;
|
|
};
|
|
};
|
|
|
|
&usb {
|
|
usb1@1 {
|
|
compatible = "usb424,9512";
|
|
reg = <1>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
ethernet: usbether@1 {
|
|
compatible = "usb424,ec00";
|
|
reg = <1>;
|
|
};
|
|
};
|
|
};
|