1 #include "bcm283x.dtsi"
2 #include "bcm2835-common.dtsi"
5 compatible = "brcm,bcm2837";
8 ranges = <0x7e000000 0x3f000000 0x1000000>,
9 <0x40000000 0x40000000 0x00001000>;
10 dma-ranges = <0xc0000000 0x00000000 0x3f000000>;
12 local_intc: local_intc@40000000 {
13 compatible = "brcm,bcm2836-l1-intc";
14 reg = <0x40000000 0x100>;
16 #interrupt-cells = <2>;
17 interrupt-parent = <&local_intc>;
22 compatible = "arm,cortex-a53-pmu";
23 interrupt-parent = <&local_intc>;
24 interrupts = <9 IRQ_TYPE_LEVEL_HIGH>;
28 compatible = "arm,armv7-timer";
29 interrupt-parent = <&local_intc>;
30 interrupts = <0 IRQ_TYPE_LEVEL_HIGH>, // PHYS_SECURE_PPI
31 <1 IRQ_TYPE_LEVEL_HIGH>, // PHYS_NONSECURE_PPI
32 <3 IRQ_TYPE_LEVEL_HIGH>, // VIRT_PPI
33 <2 IRQ_TYPE_LEVEL_HIGH>; // HYP_PPI
40 enable-method = "brcm,bcm2836-smp"; // for ARM 32-bit
44 compatible = "arm,cortex-a53";
46 enable-method = "spin-table";
47 cpu-release-addr = <0x0 0x000000d8>;
52 compatible = "arm,cortex-a53";
54 enable-method = "spin-table";
55 cpu-release-addr = <0x0 0x000000e0>;
60 compatible = "arm,cortex-a53";
62 enable-method = "spin-table";
63 cpu-release-addr = <0x0 0x000000e8>;
68 compatible = "arm,cortex-a53";
70 enable-method = "spin-table";
71 cpu-release-addr = <0x0 0x000000f0>;
76 /* Make the BCM2835-style global interrupt controller be a child of the
77 * CPU-local interrupt controller.
80 compatible = "brcm,bcm2836-armctrl-ic";
81 reg = <0x7e00b200 0x200>;
82 interrupt-parent = <&local_intc>;
83 interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
87 coefficients = <(-538) 412000>;
90 /* enable thermal sensor with the correct compatible property set */
92 compatible = "brcm,bcm2837-thermal";