Devicetree
 help / color / mirror / Atom feed
* [PATCH] arm: dts: rk3288-tinker: add eeprom node
@ 2026-07-03  8:44 Marius Dinu
  0 siblings, 0 replies; only message in thread
From: Marius Dinu @ 2026-07-03  8:44 UTC (permalink / raw)
  To: linux-rockchip, devicetree
  Cc: Heiko Stuebner, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Marius Dinu

This board contains an EEPROM that holds the CPU serial number and ethernet
MAC. It is used by U-boot when configured to use upstream device tree from
Linux kernel.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
---
 arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi b/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi
index 8e27a20f2845..7e16022c7d9e 100644
--- a/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi
+++ b/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi
@@ -344,6 +344,11 @@ regulator-state-mem {
 
 &i2c2 {
 	status = "okay";
+
+	eeprom@50 {
+		compatible = "atmel,24c08";
+		reg = <0x50>;
+	};
 };
 
 &i2c5 {
-- 
2.53.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-03 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-03  8:44 [PATCH] arm: dts: rk3288-tinker: add eeprom node Marius Dinu

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