blob: a31cb40ef684d3963c7e09cfd2beb22c378eb30a [file] [log] [blame]
Simon Arlottec9653b2012-05-26 01:04:43 -06001/include/ "skeleton.dtsi"
2
3/ {
4 compatible = "brcm,bcm2835";
5 model = "BCM2835";
6
7 chosen {
8 bootargs = "earlyprintk";
9 };
10
11 soc {
12 compatible = "simple-bus";
13 #address-cells = <1>;
14 #size-cells = <1>;
15 ranges = <0x7e000000 0x20000000 0x02000000>;
16 };
17};