mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
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:
parent
dc59e4fea9
commit
bd50420019
|
|
@ -344,6 +344,11 @@ regulator-state-mem {
|
|||
|
||||
&i2c2 {
|
||||
status = "okay";
|
||||
|
||||
eeprom@50 {
|
||||
compatible = "atmel,24c08";
|
||||
reg = <0x50>;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c5 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user