interrupt-controller;
                };
 
+               tsens0: thermal-sensor@c263000 {
+                       compatible = "qcom,sm8450-tsens", "qcom,tsens-v2";
+                       reg = <0 0x0c263000 0 0x1000>, /* TM */
+                             <0 0x0c222000 0 0x1000>; /* SROT */
+                       #qcom,sensors = <16>;
+                       interrupts = <GIC_SPI 506 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 508 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "uplow", "critical";
+                       #thermal-sensor-cells = <1>;
+               };
+
+               tsens1: thermal-sensor@c265000 {
+                       compatible = "qcom,sm8450-tsens", "qcom,tsens-v2";
+                       reg = <0 0x0c265000 0 0x1000>, /* TM */
+                             <0 0x0c223000 0 0x1000>; /* SROT */
+                       #qcom,sensors = <16>;
+                       interrupts = <GIC_SPI 507 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 509 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "uplow", "critical";
+                       #thermal-sensor-cells = <1>;
+               };
+
                aoss_qmp: power-controller@c300000 {
                        compatible = "qcom,sm8450-aoss-qmp", "qcom,aoss-qmp";
                        reg = <0 0x0c300000 0 0x400>;