forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/uniphier-ld6b-ref.dts
....@@ -22,6 +22,7 @@
2222 serial0 = &serial0;
2323 serial1 = &serial1;
2424 serial2 = &serial2;
25
+ serial3 = &serialsc;
2526 i2c0 = &i2c0;
2627 i2c1 = &i2c1;
2728 i2c2 = &i2c2;
....@@ -29,6 +30,7 @@
2930 i2c4 = &i2c4;
3031 i2c5 = &i2c5;
3132 i2c6 = &i2c6;
33
+ ethernet0 = ð
3234 };
3335
3436 memory@80000000 {
....@@ -38,6 +40,10 @@
3840 };
3941
4042 &ethsc {
43
+ interrupts = <4 8>;
44
+};
45
+
46
+&serialsc {
4147 interrupts = <4 8>;
4248 };
4349
....@@ -65,17 +71,33 @@
6571 status = "okay";
6672 };
6773
74
+&sd {
75
+ status = "okay";
76
+};
77
+
6878 &eth {
6979 status = "okay";
7080 phy-handle = <&ethphy>;
7181 };
7282
7383 &mdio {
74
- ethphy: ethphy@0 {
84
+ ethphy: ethernet-phy@0 {
7585 reg = <0>;
7686 };
7787 };
7888
89
+&usb0 {
90
+ status = "okay";
91
+};
92
+
93
+&usb1 {
94
+ status = "okay";
95
+};
96
+
7997 &nand {
8098 status = "okay";
99
+
100
+ nand@0 {
101
+ reg = <0>;
102
+ };
81103 };