1 // SPDX-License-Identifier: GPL-2.0 2 3 #include "tegra234-p3701.dtsi" 4 5 / { 6 model = "NVIDIA Jetson AGX Orin"; 7 compatible = "nvidia,p3701-0000", "nvidia,tegra234"; 8 9 thermal-zones { 10 tj-thermal { 11 polling-delay = <1000>; 12 polling-delay-passive = <1000>; 13 status = "okay"; 14 15 trips { 16 tj_trip_active0: active-0 { 17 temperature = <75000>; 18 hysteresis = <4000>; 19 type = "active"; 20 }; 21 22 tj_trip_active1: active-1 { 23 temperature = <95000>; 24 hysteresis = <4000>; 25 type = "active"; 26 }; 27 }; 28 }; 29 }; 30 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.