1 #include "bcm283x.dtsi"
2 #include "bcm2835-common.dtsi"
3 #include "bcm2835-rpi-common.dtsi"
6 compatible = "brcm,bcm2837";
9 ranges = <0x7e000000 0x3f000000 0x1000000>,
10 <0x40000000 0x40000000 0x00001000>;
11 dma-ranges = <0xc0000000 0x00000000 0x3f000000>;
13 local_intc: local_intc@40000000 {
14 compatible = "brcm,bcm2836-l1-intc";
15 reg = <0x40000000 0x100>;
17 #interrupt-cells = <2>;
18 interrupt-parent = <&local_intc>;
23 compatible = "arm,cortex-a53-pmu";
24 interrupt-parent = <&local_intc>;
25 interrupts = <9 IRQ_TYPE_LEVEL_HIGH>;
29 compatible = "arm,armv7-timer";
30 interrupt-parent = <&local_intc>;
31 interrupts = <0 IRQ_TYPE_LEVEL_HIGH>, // PHYS_SECURE_PPI
32 <1 IRQ_TYPE_LEVEL_HIGH>, // PHYS_NONSECURE_PPI
33 <3 IRQ_TYPE_LEVEL_HIGH>, // VIRT_PPI
34 <2 IRQ_TYPE_LEVEL_HIGH>; // HYP_PPI
41 enable-method = "brcm,bcm2836-smp"; // for ARM 32-bit
45 compatible = "arm,cortex-a53";
47 enable-method = "spin-table";
48 cpu-release-addr = <0x0 0x000000d8>;
53 compatible = "arm,cortex-a53";
55 enable-method = "spin-table";
56 cpu-release-addr = <0x0 0x000000e0>;
61 compatible = "arm,cortex-a53";
63 enable-method = "spin-table";
64 cpu-release-addr = <0x0 0x000000e8>;
69 compatible = "arm,cortex-a53";
71 enable-method = "spin-table";
72 cpu-release-addr = <0x0 0x000000f0>;
77 /* Make the BCM2835-style global interrupt controller be a child of the
78 * CPU-local interrupt controller.
81 compatible = "brcm,bcm2836-armctrl-ic";
82 reg = <0x7e00b200 0x200>;
83 interrupt-parent = <&local_intc>;
84 interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
88 coefficients = <(-538) 412000>;
91 /* enable thermal sensor with the correct compatible property set */
93 compatible = "brcm,bcm2837-thermal";