aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Menon <[email protected]>2023-04-18 16:37:39 -0500
committerVignesh Raghavendra <[email protected]>2023-06-15 11:05:45 +0530
commitf40ed3b39b486ed8fbca7aa4a319c8d1d14ac97d (patch)
tree899df6ac35dd4983eae03dd01bfb9e7b19c8850a
parent76194aba0c30b1ee25067b34235141443bd078fb (diff)
arm64: dts: ti: k3-am62x-sk-common: Add eeprom
Add board EEPROM support to device tree Signed-off-by: Nishanth Menon <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vignesh Raghavendra <[email protected]>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
index 3e6ae4c4f8ee..4f06d25f0b92 100644
--- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
@@ -265,6 +265,12 @@
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>;