mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* sunxi: add nanopi r1s h5 support * sunxi: also disable debug log for rtl8189es * Add nanopi-r1s-h5 to build targets Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
27 lines
507 B
Diff
27 lines
507 B
Diff
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts
|
|
@@ -21,7 +21,8 @@
|
|
|
|
aliases {
|
|
ethernet0 = &emac;
|
|
- ethernet1 = &rtl8189etv;
|
|
+ ethernet1 = &rtl8153;
|
|
+ ethernet2 = &rtl8189etv;
|
|
serial0 = &uart0;
|
|
};
|
|
|
|
@@ -116,6 +117,13 @@
|
|
|
|
&ehci1 {
|
|
status = "okay";
|
|
+
|
|
+ rtl8153: device@1 {
|
|
+ compatible = "usbbda,8153";
|
|
+ reg = <1>;
|
|
+ realtek,led-data = <0x87>;
|
|
+ local-mac-address = [00 00 00 00 00 00];
|
|
+ };
|
|
};
|
|
|
|
&ehci2 {
|