ARM: dts: rmobile: Add rudimentary R8A7790 Stout DT
[oweals/u-boot.git] / arch / arm / dts / bcm2836.dtsi
index 9d0651d8f373d4042a0a9ed7809d0b9b81921ae8..2c26d0be8b0316792188890ed677e87fc1fb13ea 100644 (file)
@@ -36,6 +36,7 @@
        cpus: cpus {
                #address-cells = <1>;
                #size-cells = <0>;
+               enable-method = "brcm,bcm2836-smp";
 
                v7_cpu0: cpu@0 {
                        device_type = "cpu";
        interrupt-parent = <&local_intc>;
        interrupts = <8>;
 };
+
+&cpu_thermal {
+       coefficients = <(-538)  407000>;
+};
+
+/* enable thermal sensor with the correct compatible property set */
+&thermal {
+       compatible = "brcm,bcm2836-thermal";
+       status = "okay";
+};