From: E Shattow Date: Fri, 2 May 2025 10:30:43 +0000 (-0700) Subject: riscv: dts: starfive: jh7110-common: add eeprom node to i2c5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=635918111453aa5c6c74d9dec9fe1f2037e531ed;p=users%2Fdwmw2%2Flinux.git 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 Reviewed-by: Hal Feng Reviewed-by: Emil Renner Berthing Signed-off-by: Conor Dooley --- diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi index 0d69322209682..e7286c918c9b3 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi @@ -246,6 +246,12 @@ }; }; }; + + eeprom@50 { + compatible = "atmel,24c04"; + reg = <0x50>; + pagesize = <16>; + }; }; &i2c6 {