ARM: dts: sunxi: add support for Orange Pi Zero board
[linux-2.6/btrfs-unstable.git] / arch / arm / boot / dts / bcm2835.dtsi
blob0890d97e674d4b0ee542822a39b1000ba0715414
1 #include "bcm283x.dtsi"
3 / {
4         compatible = "brcm,bcm2835";
6         cpus {
7                 #address-cells = <1>;
8                 #size-cells = <0>;
10                 cpu@0 {
11                         device_type = "cpu";
12                         compatible = "arm,arm1176jzf-s";
13                         reg = <0x0>;
14                 };
15         };
17         soc {
18                 ranges = <0x7e000000 0x20000000 0x02000000>;
19                 dma-ranges = <0x40000000 0x00000000 0x20000000>;
21                 arm-pmu {
22                         compatible = "arm,arm1176-pmu";
23                 };
24         };
27 /* enable thermal sensor with the correct compatible property set */
28 &thermal {
29         compatible = "brcm,bcm2835-thermal";
30         status = "okay";