0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * Device Tree Source for DRA7x SoC DSPEVE thermal
0004 *
0005 * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/
0006 */
0007
0008 #include <dt-bindings/thermal/thermal.h>
0009
0010 dspeve_thermal: dspeve_thermal {
0011 polling-delay-passive = <250>; /* milliseconds */
0012 polling-delay = <500>; /* milliseconds */
0013
0014 /* sensor ID */
0015 thermal-sensors = <&bandgap 3>;
0016
0017 trips {
0018 dspeve_crit: dspeve_crit {
0019 temperature = <125000>; /* milliCelsius */
0020 hysteresis = <2000>; /* milliCelsius */
0021 type = "critical";
0022 };
0023 };
0024 };