ARM: dts: rmobile: Add rudimentary R8A7790 Stout DT
[oweals/u-boot.git] / arch / arm / dts / bcm2835.dtsi
index a78759e737101728340675ff1b7cc4a171e00fb2..659b6e9513b1d28fdd28171fd7973dc3cc968e3f 100644 (file)
                };
        };
 };
+
+&cpu_thermal {
+       coefficients = <(-538)  407000>;
+};
+
+/* enable thermal sensor with the correct compatible property set */
+&thermal {
+       compatible = "brcm,bcm2835-thermal";
+       status = "okay";
+};