Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bcm2835-rpi-b.dts « dts « boot « arm « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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>;
	};
};