treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / arm / boot / dts / bcm2835.dtsi
blob53bf4579cc224df45ba0d0a406353453d505aa40
1 // SPDX-License-Identifier: GPL-2.0
2 #include "bcm283x.dtsi"
3 #include "bcm2835-common.dtsi"
5 / {
6         compatible = "brcm,bcm2835";
8         cpus {
9                 #address-cells = <1>;
10                 #size-cells = <0>;
12                 cpu@0 {
13                         device_type = "cpu";
14                         compatible = "arm,arm1176jzf-s";
15                         reg = <0x0>;
16                 };
17         };
19         soc {
20                 ranges = <0x7e000000 0x20000000 0x02000000>;
21                 dma-ranges = <0x40000000 0x00000000 0x20000000>;
22         };
24         arm-pmu {
25                 compatible = "arm,arm1176-pmu";
26         };
29 &cpu_thermal {
30         coefficients = <(-538)  407000>;
33 /* enable thermal sensor with the correct compatible property set */
34 &thermal {
35         compatible = "brcm,bcm2835-thermal";
36         status = "okay";