]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/dts/bcm2835.dtsi
fdt: update bcm283x device tree sources to Linux 4.14 state
[people/ms/u-boot.git] / arch / arm / dts / bcm2835.dtsi
CommitLineData
46025584
FV
1#include "bcm283x.dtsi"
2
3/ {
4 compatible = "brcm,bcm2835";
5
6 cpus {
7 #address-cells = <1>;
8 #size-cells = <0>;
9
10 cpu@0 {
11 device_type = "cpu";
12 compatible = "arm,arm1176jzf-s";
13 reg = <0x0>;
14 };
15 };
16
17 soc {
18 ranges = <0x7e000000 0x20000000 0x02000000>;
19 dma-ranges = <0x40000000 0x00000000 0x20000000>;
20
21 arm-pmu {
22 compatible = "arm,arm1176-pmu";
23 };
24 };
25};
409f05f2
AG
26
27&cpu_thermal {
28 coefficients = <(-538) 407000>;
29};
30
31/* enable thermal sensor with the correct compatible property set */
32&thermal {
33 compatible = "brcm,bcm2835-thermal";
34 status = "okay";
35};