1 /include/ "skeleton.dtsi"
4 compatible = "brcm,bcm2835";
6 interrupt-parent = <&intc>;
9 bootargs = "earlyprintk console=ttyAMA0";
13 compatible = "simple-bus";
16 ranges = <0x7e000000 0x20000000 0x02000000>;
19 compatible = "brcm,bcm2835-system-timer";
20 reg = <0x7e003000 0x1000>;
21 interrupts = <1 0>, <1 1>, <1 2>, <1 3>;
22 clock-frequency = <1000000>;
25 intc: interrupt-controller {
26 compatible = "brcm,bcm2835-armctrl-ic";
27 reg = <0x7e00b200 0x200>;
29 #interrupt-cells = <2>;
33 compatible = "brcm,bcm2835-pl011", "arm,pl011", "arm,primecell";
34 reg = <0x7e201000 0x1000>;
36 clock-frequency = <3000000>;