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 <[email protected]> Reviewed-by: Hal Feng <[email protected]> Reviewed-by: Emil Renner Berthing <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent 59404dc commit 6359181

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)