mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: k3-am62l: read MAC address from E-Fuse
@ 2025-09-15 14:41 Sascha Hauer
  2025-09-16  6:28 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2025-09-15 14:41 UTC (permalink / raw)
  To: Barebox List

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 arch/arm/dts/k3-am62l-main.dtsi   | 1 +
 arch/arm/dts/k3-am62l-wakeup.dtsi | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/arch/arm/dts/k3-am62l-main.dtsi b/arch/arm/dts/k3-am62l-main.dtsi
index b7b52d6b56..f1f67c1cc4 100644
--- a/arch/arm/dts/k3-am62l-main.dtsi
+++ b/arch/arm/dts/k3-am62l-main.dtsi
@@ -744,6 +744,7 @@ cpsw_port1: port@1 {
 				ti,mac-only;
 				label = "port1";
 				phys = <&phy_gmii_sel 1>;
+				ti,syscon-efuse = <&cpsw_mac_syscon 0x0>;
 			};
 
 			cpsw_port2: port@2 {
diff --git a/arch/arm/dts/k3-am62l-wakeup.dtsi b/arch/arm/dts/k3-am62l-wakeup.dtsi
index 1e4ca8ec7b..272110daab 100644
--- a/arch/arm/dts/k3-am62l-wakeup.dtsi
+++ b/arch/arm/dts/k3-am62l-wakeup.dtsi
@@ -129,5 +129,10 @@ chipid: chipid@14 {
 			reg = <0x14 0x4>;
 			bootph-all;
 		};
+
+		cpsw_mac_syscon: ethernet-mac-syscon@2000 {
+			compatible = "ti,am62p-cpsw-mac-efuse", "syscon";
+			reg = <0x2000 0x8>;
+		};
 	};
 };
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: k3-am62l: read MAC address from E-Fuse
  2025-09-15 14:41 [PATCH] ARM: dts: k3-am62l: read MAC address from E-Fuse Sascha Hauer
@ 2025-09-16  6:28 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-09-16  6:28 UTC (permalink / raw)
  To: Barebox List, Sascha Hauer


On Mon, 15 Sep 2025 16:41:26 +0200, Sascha Hauer wrote:
> 


Applied, thanks!

[1/1] ARM: dts: k3-am62l: read MAC address from E-Fuse
      https://git.pengutronix.de/cgit/barebox/commit/?id=27764e8ee710 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-16  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-15 14:41 [PATCH] ARM: dts: k3-am62l: read MAC address from E-Fuse Sascha Hauer
2025-09-16  6:28 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox