blob: 7dd860f83f96650bbab24c2ba40fb92cb79bc49f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/dts-v1/;
/memreserve/ 0x0c000000 0x04000000;
/include/ "bcm2835.dtsi"
/ {
compatible = "raspberrypi,model-b", "brcm,bcm2835";
model = "Raspberry Pi Model B";
memory {
reg = <0 0x10000000>;
};
};
|