diff options
author | E Shattow <e@freeshell.de> | 2025-05-02 13:30:43 +0300 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2025-05-15 23:08:27 +0300 |
commit | 635918111453aa5c6c74d9dec9fe1f2037e531ed (patch) | |
tree | 23a4b913386b2e535c9a5ac39356ac51cbd4ea97 | |
parent | 59404dceb303712faa9507b27c6fb14d8629c528 (diff) | |
download | linux-635918111453aa5c6c74d9dec9fe1f2037e531ed.tar.xz |
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>
-rw-r--r-- | arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi index 0d6932220968..e7286c918c9b 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 { |