[PATCH 5/7] arm64: dts: ti: k3-am654-base-board: Add board detect eeprom

Nishanth Menon nm at ti.com
Wed Apr 19 15:59:11 PDT 2023


Enable AT24CM01 on the base board using the corresponding compatible.

Signed-off-by: Nishanth Menon <nm at ti.com>
---
 arch/arm64/boot/dts/ti/k3-am654-base-board.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/ti/k3-am654-base-board.dts b/arch/arm64/boot/dts/ti/k3-am654-base-board.dts
index 640910e2280f..c10266077f53 100644
--- a/arch/arm64/boot/dts/ti/k3-am654-base-board.dts
+++ b/arch/arm64/boot/dts/ti/k3-am654-base-board.dts
@@ -337,6 +337,12 @@ &wkup_i2c0 {
 	pinctrl-0 = <&wkup_i2c0_pins_default>;
 	clock-frequency = <400000>;
 
+	eeprom at 50 {
+		/* AT24CM01 */
+		compatible = "atmel,24c1024";
+		reg = <0x50>;
+	};
+
 	vdd_mpu: regulator at 60 {
 		compatible = "ti,tps62363";
 		reg = <0x60>;
-- 
2.40.0




More information about the linux-arm-kernel mailing list