ARM: dts: rockchip: add eeprom node to rk3288-tinker

This board contains an EEPROM that holds the CPU serial number and
ethernet MAC. It is used by U-boot when configuring the device tree
for the Linux kernel.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
Link: https://patch.msgid.link/20260703084645.7001-1-m95d+git@psihoexpert.ro
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Marius Dinu 2026-07-03 11:44:53 +03:00 committed by Heiko Stuebner
parent dc59e4fea9
commit bd50420019

View File

@ -344,6 +344,11 @@ regulator-state-mem {
&i2c2 {
status = "okay";
eeprom@50 {
compatible = "atmel,24c08";
reg = <0x50>;
};
};
&i2c5 {