blob: a78759e737101728340675ff1b7cc4a171e00fb2 [file] [log] [blame]
Eric Anholt548c3a32015-12-16 13:24:40 -08001#include "bcm283x.dtsi"
Simon Arlottec9653b2012-05-26 01:04:43 -06002
3/ {
4 compatible = "brcm,bcm2835";
Simon Arlottec9653b2012-05-26 01:04:43 -06005
Stefan Wahren1b2f8972016-03-31 17:25:17 +00006 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
Simon Arlottec9653b2012-05-26 01:04:43 -060017 soc {
Simon Arlottec9653b2012-05-26 01:04:43 -060018 ranges = <0x7e000000 0x20000000 0x02000000>;
Eric Anholt1215baa2015-05-05 13:10:11 -070019 dma-ranges = <0x40000000 0x00000000 0x20000000>;
Simon Arlott89214f02012-09-12 19:57:26 -060020
Vince Weaver14ac6522013-12-31 16:54:16 -050021 arm-pmu {
22 compatible = "arm,arm1176-pmu";
23 };
Stephen Warren5186bf22012-12-24 21:58:56 -070024 };
Simon Arlottec9653b2012-05-26 01:04:43 -060025};