From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 06 Dec 2023 09:51:13 +0000
Subject: [PATCH] add dts config
---
kernel/arch/arm/boot/dts/uniphier-pxs2-gentil.dts | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/kernel/arch/arm/boot/dts/uniphier-pxs2-gentil.dts b/kernel/arch/arm/boot/dts/uniphier-pxs2-gentil.dts
index bed26b8..759384b 100644
--- a/kernel/arch/arm/boot/dts/uniphier-pxs2-gentil.dts
+++ b/kernel/arch/arm/boot/dts/uniphier-pxs2-gentil.dts
@@ -26,6 +26,7 @@
i2c4 = &i2c4;
i2c5 = &i2c5;
i2c6 = &i2c6;
+ ethernet0 = ð
};
memory@80000000 {
@@ -76,13 +77,25 @@
};
};
+&emmc {
+ status = "okay";
+};
+
ð {
status = "okay";
phy-handle = <ðphy>;
};
&mdio {
- ethphy: ethphy@1 {
+ ethphy: ethernet-phy@1 {
reg = <1>;
};
};
+
+&usb0 {
+ status = "okay";
+};
+
+&usb1 {
+ status = "okay";
+};
--
Gitblit v1.6.2