blob: e677d1d656b48ba344cc008f5b1caffd2fa90619 [file] [log] [blame]
Andrew Davis1346dc52023-04-11 13:24:59 -05001// SPDX-License-Identifier: GPL-2.0-only
Adam Fordbf1ddfc2017-08-25 07:33:26 -05002/*
3 * Device Tree Source for OMAP3 SoC CPU thermal
4 *
Andrew Davis1346dc52023-04-11 13:24:59 -05005 * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
Adam Fordbf1ddfc2017-08-25 07:33:26 -05006 */
7
8#include <dt-bindings/thermal/thermal.h>
9
Andrew Davisa39f2a52023-04-11 13:25:08 -050010cpu_thermal: cpu-thermal {
Adam Fordbf1ddfc2017-08-25 07:33:26 -050011 polling-delay-passive = <250>; /* milliseconds */
12 polling-delay = <1000>; /* milliseconds */
13 coefficients = <0 20000>;
14
15 /* sensor ID */
16 thermal-sensors = <&bandgap 0>;
17};