···11+/*22+ * Device Tree Source for OMAP3 SoC CPU thermal33+ *44+ * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/55+ *66+ * This file is licensed under the terms of the GNU General Public License77+ * version 2. This program is licensed "as is" without any warranty of any88+ * kind, whether express or implied.99+ */1010+1111+#include <dt-bindings/thermal/thermal.h>1212+1313+cpu_thermal: cpu_thermal {1414+ polling-delay-passive = <250>; /* milliseconds */1515+ polling-delay = <1000>; /* milliseconds */1616+ coefficients = <0 20000>;1717+1818+ /* sensor ID */1919+ thermal-sensors = <&bandgap 0>;2020+};