arm64: dts: ti: k3-am642-sk: Add power supply temperature sensors

The SK-AM64 board has two TMP100 temperature sensors, add these here.

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20240612183826.121856-1-afd@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
Andrew Davis 2024-06-12 13:38:26 -05:00 committed by Vignesh Raghavendra
parent 2f79e7408a
commit b82feb3a56

View File

@ -430,6 +430,18 @@
#gpio-cells = <2>;
gpio-line-names = "LED1","LED2","LED3","LED4","LED5","LED6","LED7","LED8";
};
/* SoC power supply temperature */
tmp100@48 {
compatible = "ti,tmp100";
reg = <0x48>;
};
/* DDR power supply temperature */
tmp100@49 {
compatible = "ti,tmp100";
reg = <0x49>;
};
};
/* mcu_gpio0 and mcu_gpio_intr are reserved for mcu firmware usage */