forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/uniphier-pxs2-vodka.dts
....@@ -24,6 +24,7 @@
2424 i2c4 = &i2c4;
2525 i2c5 = &i2c5;
2626 i2c6 = &i2c6;
27
+ ethernet0 = ð
2728 };
2829
2930 memory@80000000 {
....@@ -77,13 +78,21 @@
7778 status = "okay";
7879 };
7980
81
+&emmc {
82
+ status = "okay";
83
+};
84
+
8085 &eth {
8186 status = "okay";
8287 phy-handle = <&ethphy>;
8388 };
8489
8590 &mdio {
86
- ethphy: ethphy@1 {
91
+ ethphy: ethernet-phy@1 {
8792 reg = <1>;
8893 };
8994 };
95
+
96
+&usb0 {
97
+ status = "okay";
98
+};