Commit 844dd437 authored by Biju Das's avatar Biju Das Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: r9a07g044: Add TSU node

parent 5a6bca1f
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -539,6 +539,16 @@ channel@7 {
			};
		};

		tsu: thermal@10059400 {
			compatible = "renesas,r9a07g044-tsu",
				     "renesas,rzg2l-tsu";
			reg = <0 0x10059400 0 0x400>;
			clocks = <&cpg CPG_MOD R9A07G044_TSU_PCLK>;
			resets = <&cpg R9A07G044_TSU_PRESETN>;
			power-domains = <&cpg>;
			#thermal-sensor-cells = <1>;
		};

		sbc: spi@10060000 {
			compatible = "renesas,r9a07g044-rpc-if",
				     "renesas,rzg2l-rpc-if";
@@ -902,6 +912,22 @@ ostm2: timer@12801800 {
		};
	};

	thermal-zones {
		cpu-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&tsu 0>;

			trips {
				sensor_crit: sensor-crit {
					temperature = <125000>;
					hysteresis = <1000>;
					type = "critical";
				};
			};
		};
	};

	timer {
		compatible = "arm,armv8-timer";
		interrupts-extended = <&gic GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,