riscv: dts: starfive: jh7110-common: add eeprom node to i2c5

StarFive VisionFive2 and similar JH7110 boards have an eeprom compatible
with Atmel 24c04. Add the node so this may be used with the at24 driver.

Signed-off-by: E Shattow <e@freeshell.de>
Reviewed-by: Hal Feng <hal.feng@starfivetech.com>
Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
E Shattow 2025-05-02 03:30:43 -07:00 committed by Conor Dooley
parent 59404dceb3
commit 6359181114

View File

@ -246,6 +246,12 @@ emmc_vdd: aldo4 {
};
};
};
eeprom@50 {
compatible = "atmel,24c04";
reg = <0x50>;
pagesize = <16>;
};
};
&i2c6 {