]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/boot/dts/bcm2835.dtsi
ARM: dts: bcm283x: Add VEC node in bcm283x.dtsi
[mirror_ubuntu-zesty-kernel.git] / arch / arm / boot / dts / bcm2835.dtsi
CommitLineData
548c3a39 1#include "bcm283x.dtsi"
ec9653b8
SA
2
3/ {
4 compatible = "brcm,bcm2835";
ec9653b8 5
1b2f8973
SW
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
ec9653b8 17 soc {
ec9653b8 18 ranges = <0x7e000000 0x20000000 0x02000000>;
1215baa7 19 dma-ranges = <0x40000000 0x00000000 0x20000000>;
89214f00 20
14ac652b
VW
21 arm-pmu {
22 compatible = "arm,arm1176-pmu";
23 };
5186bf28 24 };
ec9653b8 25};
43bac413
MS
26
27/* enable thermal sensor with the correct compatible property set */
28&thermal {
29 compatible = "brcm,bcm2835-thermal";
30 status = "okay";
31};