Commit b82feb3a authored by Andrew Davis's avatar Andrew Davis Committed by Vignesh Raghavendra

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: default avatarAndrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20240612183826.121856-1-afd@ti.comSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 2f79e740
......@@ -430,6 +430,18 @@ exp2: gpio@60 {
#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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment