]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - src/arm/bcm2835.dtsi
DTS: Update the device-tree files to Linux 5.5
[FreeBSD/FreeBSD.git] / src / arm / bcm2835.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 #include "bcm283x.dtsi"
3 #include "bcm2835-common.dtsi"
4
5 / {
6         compatible = "brcm,bcm2835";
7
8         cpus {
9                 #address-cells = <1>;
10                 #size-cells = <0>;
11
12                 cpu@0 {
13                         device_type = "cpu";
14                         compatible = "arm,arm1176jzf-s";
15                         reg = <0x0>;
16                 };
17         };
18
19         soc {
20                 ranges = <0x7e000000 0x20000000 0x02000000>;
21                 dma-ranges = <0x40000000 0x00000000 0x20000000>;
22         };
23
24         arm-pmu {
25                 compatible = "arm,arm1176-pmu";
26         };
27 };
28
29 &cpu_thermal {
30         coefficients = <(-538)  407000>;
31 };
32
33 /* enable thermal sensor with the correct compatible property set */
34 &thermal {
35         compatible = "brcm,bcm2835-thermal";
36         status = "okay";
37 };