RISCV: dts: starfive: Add eeprom node 74/301074/3
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 8 Nov 2023 04:32:06 +0000 (13:32 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 8 Nov 2023 08:07:58 +0000 (17:07 +0900)
Add atmel eeprom driver node.

Apply the eeprom node by referring to the Vendor branch.
[https://github.com/starfive-tech/linux/blob/22e0315434b13cdde93ded101b567d5d1c4d5a2e/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi#L504]

Change-Id: I830acf5a0b6a226a4822dd00a278aea6aee827d5
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi

index 1a71179..b109da9 100644 (file)
        pinctrl-0 = <&i2c5_pins>;
        status = "okay";
 
+       eeprom@50 {
+               compatible = "atmel,24c04";
+               reg = <0x50>;
+               pagesize = <16>;
+       };
+
        axp15060: pmic@36 {
                compatible = "x-powers,axp15060";
                reg = <0x36>;