xref: /linux/arch/arm64/boot/dts/nvidia/tegra234-p3701-0008.dtsi (revision f858cc9eed5b05cbe38d7ffd2787c21e3718eb7d)
1// SPDX-License-Identifier: GPL-2.0
2
3#include "tegra234-p3701.dtsi"
4
5/ {
6	compatible = "nvidia,p3701-0008", "nvidia,tegra234";
7
8	thermal-zones {
9		tj-thermal {
10			polling-delay = <1000>;
11			polling-delay-passive = <1000>;
12			status = "okay";
13
14			trips {
15				tj_trip_active0: active-0 {
16					temperature = <85000>;
17					hysteresis = <4000>;
18					type = "active";
19				};
20
21				tj_trip_active1: active-1 {
22					temperature = <105000>;
23					hysteresis = <4000>;
24					type = "active";
25				};
26			};
27		};
28	};
29};
30