Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[deliverable/linux.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};
This page took 0.172373 seconds and 5 git commands to generate.