forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm64/boot/dts/socionext/uniphier-ld11-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
....@@ -75,7 +80,7 @@
7580 };
7681
7782 &mdio {
78
- ethphy: ethphy@1 {
83
+ ethphy: ethernet-phy@1 {
7984 reg = <1>;
8085 };
8186 };