[PATCH 3/6] riscv/dts: add gmac node for lichee-pi-4a

wefu at redhat.com wefu at redhat.com
Wed Mar 27 09:07:24 CET 2024


From: Wei Fu <wefu at redhat.com>

Signed-off-by: Wei Fu <wefu at redhat.com>
Co-authored-by: Yixun Lan <dlan at gentoo.org>
---
 arch/riscv/dts/th1520-lichee-pi-4a.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/riscv/dts/th1520-lichee-pi-4a.dts b/arch/riscv/dts/th1520-lichee-pi-4a.dts
index a1248b2ee3..29f990c7be 100644
--- a/arch/riscv/dts/th1520-lichee-pi-4a.dts
+++ b/arch/riscv/dts/th1520-lichee-pi-4a.dts
@@ -20,6 +20,7 @@
 		serial3 = &uart3;
 		serial4 = &uart4;
 		serial5 = &uart5;
+		ethernet0 = &gmac0;
 	};
 
 	chosen {
@@ -30,3 +31,7 @@
 &uart0 {
 	status = "okay";
 };
+
+&gmac0 {
+	status = "okay";
+};
-- 
2.44.0



More information about the U-Boot mailing list