From f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 31 Jan 2024 01:04:47 +0000
Subject: [PATCH] add driver 5G

---
 kernel/arch/arm/boot/dts/uniphier-pro4-ref.dts |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/kernel/arch/arm/boot/dts/uniphier-pro4-ref.dts b/kernel/arch/arm/boot/dts/uniphier-pro4-ref.dts
index efb0849..3b9b613 100644
--- a/kernel/arch/arm/boot/dts/uniphier-pro4-ref.dts
+++ b/kernel/arch/arm/boot/dts/uniphier-pro4-ref.dts
@@ -22,13 +22,14 @@
 		serial0 = &serial0;
 		serial1 = &serial1;
 		serial2 = &serial2;
-		serial3 = &serial3;
+		serial3 = &serialsc;
 		i2c0 = &i2c0;
 		i2c1 = &i2c1;
 		i2c2 = &i2c2;
 		i2c3 = &i2c3;
 		i2c5 = &i2c5;
 		i2c6 = &i2c6;
+		ethernet0 = &eth;
 	};
 
 	memory@80000000 {
@@ -38,6 +39,10 @@
 };
 
 &ethsc {
+	interrupts = <2 8>;
+};
+
+&serialsc {
 	interrupts = <2 8>;
 };
 
@@ -65,6 +70,10 @@
 	status = "okay";
 };
 
+&sd {
+	status = "okay";
+};
+
 &usb2 {
 	status = "okay";
 };
@@ -79,11 +88,23 @@
 };
 
 &mdio {
-	ethphy: ethphy@0 {
+	ethphy: ethernet-phy@0 {
 		reg = <0>;
 	};
 };
 
+&usb0 {
+	status = "okay";
+};
+
+&usb1 {
+	status = "okay";
+};
+
 &nand {
 	status = "okay";
+
+	nand@0 {
+		reg = <0>;
+	};
 };

--
Gitblit v1.6.2