Skip to content

Commit 6359181

Browse files
E ShattowConchuOD
authored andcommitted
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>
1 parent 59404dc commit 6359181

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/riscv/boot/dts/starfive/jh7110-common.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@
246246
};
247247
};
248248
};
249+
250+
eeprom@50 {
251+
compatible = "atmel,24c04";
252+
reg = <0x50>;
253+
pagesize = <16>;
254+
};
249255
};
250256

251257
&i2c6 {

0 commit comments

Comments
 (0)