forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
....@@ -20,7 +20,7 @@
2020
2121 aliases {
2222 serial0 = &serial0;
23
- serial1 = &serial1;
23
+ serial1 = &serialsc;
2424 serial2 = &serial2;
2525 serial3 = &serial3;
2626 i2c0 = &i2c0;
....@@ -29,6 +29,7 @@
2929 i2c3 = &i2c3;
3030 i2c4 = &i2c4;
3131 i2c5 = &i2c5;
32
+ ethernet0 = ð
3233 };
3334
3435 memory@80000000 {
....@@ -38,6 +39,10 @@
3839 };
3940
4041 &ethsc {
42
+ interrupts = <0 8>;
43
+};
44
+
45
+&serialsc {
4146 interrupts = <0 8>;
4247 };
4348
....@@ -63,7 +68,7 @@
6368 };
6469
6570 &mdio {
66
- ethphy: ethphy@0 {
71
+ ethphy: ethernet-phy@0 {
6772 reg = <0>;
6873 };
6974 };
....@@ -75,3 +80,7 @@
7580 drive-strength = <9>;
7681 };
7782 };
83
+
84
+&usb {
85
+ status = "okay";
86
+};