arm64: dts: ti: k3-am62x-sk-common: Add eeprom
authorNishanth Menon <nm@ti.com>
Tue, 18 Apr 2023 21:37:39 +0000 (16:37 -0500)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 15 Jun 2023 05:35:45 +0000 (11:05 +0530)
Add board EEPROM support to device tree

Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20230418213740.153519-4-nm@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi

index 3e6ae4c4f8ee477a5b15bd4253bb3da3a601d6fd..4f06d25f0b92d319416554ee6f76d8eb0e261518 100644 (file)
        pinctrl-0 = <&main_i2c0_pins_default>;
        clock-frequency = <400000>;
 
+       eeprom@51 {
+               /* AT24C512C-MAHM-T or M24512-DFMC6TG */
+               compatible = "atmel,24c512";
+               reg = <0x51>;
+       };
+
        typec_pd0: tps6598x@3f {
                compatible = "ti,tps6598x";
                reg = <0x3f>;