diff options
author | Nishanth Menon <nm@ti.com> | 2023-04-19 00:37:39 +0300 |
---|---|---|
committer | Vignesh Raghavendra <vigneshr@ti.com> | 2023-06-15 08:35:45 +0300 |
commit | f40ed3b39b486ed8fbca7aa4a319c8d1d14ac97d (patch) | |
tree | 899df6ac35dd4983eae03dd01bfb9e7b19c8850a | |
parent | 76194aba0c30b1ee25067b34235141443bd078fb (diff) | |
download | linux-f40ed3b39b486ed8fbca7aa4a319c8d1d14ac97d.tar.xz |
arm64: dts: ti: k3-am62x-sk-common: Add eeprom
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>
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 6 |
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>; |