blob: a31cb40ef684d3963c7e09cfd2beb22c378eb30a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/include/ "skeleton.dtsi"
/ {
compatible = "brcm,bcm2835";
model = "BCM2835";
chosen {
bootargs = "earlyprintk";
};
soc {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x7e000000 0x20000000 0x02000000>;
};
};
|