blob: 8842d751d7dda5bec7a649c093fca5eb698f4626 [file] [log] [blame]
Simon Arlottec9653b2012-05-26 01:04:43 -06001/include/ "skeleton.dtsi"
2
3/ {
4 compatible = "brcm,bcm2835";
5 model = "BCM2835";
Simon Arlott89214f02012-09-12 19:57:26 -06006 interrupt-parent = <&intc>;
Simon Arlottec9653b2012-05-26 01:04:43 -06007
8 chosen {
9 bootargs = "earlyprintk";
10 };
11
12 soc {
13 compatible = "simple-bus";
14 #address-cells = <1>;
15 #size-cells = <1>;
16 ranges = <0x7e000000 0x20000000 0x02000000>;
Simon Arlott89214f02012-09-12 19:57:26 -060017
18 intc: interrupt-controller {
19 compatible = "brcm,bcm2835-armctrl-ic";
20 reg = <0x7e00b200 0x200>;
21 interrupt-controller;
22 #interrupt-cells = <2>;
23 };
Simon Arlottec9653b2012-05-26 01:04:43 -060024 };
25};