003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/src/arm64/ti
usr
/
src
/
sys
/
contrib
/
device-tree
/
src
/
arm64
/
ti
/
📁
..
📄
k3-am65-main.dtsi
(25.09 KB)
📄
k3-am65-mcu.dtsi
(7.13 KB)
📄
k3-am65-wakeup.dtsi
(2.47 KB)
📄
k3-am65.dtsi
(4.26 KB)
📄
k3-am654-base-board.dts
(11.14 KB)
📄
k3-am654-industrial-thermal.dtsi
(1 KB)
📄
k3-am654.dtsi
(2.18 KB)
📄
k3-j721e-common-proc-board.dts
(14.49 KB)
📄
k3-j721e-main.dtsi
(37.18 KB)
📄
k3-j721e-mcu-wakeup.dtsi
(9.03 KB)
📄
k3-j721e-som-p0.dtsi
(1.93 KB)
📄
k3-j721e.dtsi
(5.6 KB)
Editing: k3-am654-industrial-thermal.dtsi
// SPDX-License-Identifier: GPL-2.0 #include <dt-bindings/thermal/thermal.h> mpu0_thermal: mpu0_thermal { polling-delay-passive = <250>; /* milliseconds */ polling-delay = <500>; /* milliseconds */ thermal-sensors = <&wkup_vtm0 0>; trips { mpu0_crit: mpu0_crit { temperature = <125000>; /* milliCelsius */ hysteresis = <2000>; /* milliCelsius */ type = "critical"; }; }; }; mpu1_thermal: mpu1_thermal { polling-delay-passive = <250>; /* milliseconds */ polling-delay = <500>; /* milliseconds */ thermal-sensors = <&wkup_vtm0 1>; trips { mpu1_crit: mpu1_crit { temperature = <125000>; /* milliCelsius */ hysteresis = <2000>; /* milliCelsius */ type = "critical"; }; }; }; mcu_thermal: mcu_thermal { polling-delay-passive = <250>; /* milliseconds */ polling-delay = <500>; /* milliseconds */ thermal-sensors = <&wkup_vtm0 2>; trips { mcu_crit: mcu_crit { temperature = <125000>; /* milliCelsius */ hysteresis = <2000>; /* milliCelsius */ type = "critical"; }; }; };
Upload File
Create Folder