1295436Sandrew#include "bcm283x.dtsi"
2279377Simp
3279377Simp/ {
4279377Simp	compatible = "brcm,bcm2835";
5279377Simp
6279377Simp	soc {
7279377Simp		ranges = <0x7e000000 0x20000000 0x02000000>;
8295436Sandrew		dma-ranges = <0x40000000 0x00000000 0x20000000>;
9279377Simp
10279377Simp		arm-pmu {
11279377Simp			compatible = "arm,arm1176-pmu";
12279377Simp		};
13279377Simp	};
14279377Simp};
15