2019-04-28 04:46:57 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2016-09-26 12:26:47 +00:00
|
|
|
#include "bcm283x.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "brcm,bcm2835";
|
|
|
|
|
|
|
|
cpus {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
cpu@0 {
|
|
|
|
device_type = "cpu";
|
|
|
|
compatible = "arm,arm1176jzf-s";
|
|
|
|
reg = <0x0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
soc {
|
|
|
|
ranges = <0x7e000000 0x20000000 0x02000000>;
|
|
|
|
dma-ranges = <0x40000000 0x00000000 0x20000000>;
|
2019-04-28 04:46:57 +00:00
|
|
|
};
|
2016-09-26 12:26:47 +00:00
|
|
|
|
2019-04-28 04:46:57 +00:00
|
|
|
arm-pmu {
|
|
|
|
compatible = "arm,arm1176-pmu";
|
2016-09-26 12:26:47 +00:00
|
|
|
};
|
|
|
|
};
|
2017-10-04 12:39:16 +00:00
|
|
|
|
|
|
|
&cpu_thermal {
|
|
|
|
coefficients = <(-538) 407000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* enable thermal sensor with the correct compatible property set */
|
|
|
|
&thermal {
|
|
|
|
compatible = "brcm,bcm2835-thermal";
|
|
|
|
status = "okay";
|
|
|
|
};
|