linux-sg2042/arch/arm/boot/dts/bcm2835.dtsi

18 lines
260 B
Plaintext
Raw Normal View History

/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>;
};
};