|
@@ -9,19 +9,19 @@
|
|
<0x40000000 0x40000000 0x00001000>;
|
|
<0x40000000 0x40000000 0x00001000>;
|
|
dma-ranges = <0xc0000000 0x00000000 0x3f000000>;
|
|
dma-ranges = <0xc0000000 0x00000000 0x3f000000>;
|
|
|
|
|
|
- local_intc: local_intc {
|
|
|
|
|
|
+ local_intc: local_intc@40000000 {
|
|
compatible = "brcm,bcm2836-l1-intc";
|
|
compatible = "brcm,bcm2836-l1-intc";
|
|
reg = <0x40000000 0x100>;
|
|
reg = <0x40000000 0x100>;
|
|
interrupt-controller;
|
|
interrupt-controller;
|
|
#interrupt-cells = <2>;
|
|
#interrupt-cells = <2>;
|
|
interrupt-parent = <&local_intc>;
|
|
interrupt-parent = <&local_intc>;
|
|
};
|
|
};
|
|
|
|
+ };
|
|
|
|
|
|
- arm-pmu {
|
|
|
|
- compatible = "arm,cortex-a7-pmu";
|
|
|
|
- interrupt-parent = <&local_intc>;
|
|
|
|
- interrupts = <9 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
- };
|
|
|
|
|
|
+ arm-pmu {
|
|
|
|
+ compatible = "arm,cortex-a7-pmu";
|
|
|
|
+ interrupt-parent = <&local_intc>;
|
|
|
|
+ interrupts = <9 IRQ_TYPE_LEVEL_HIGH>;
|
|
};
|
|
};
|
|
|
|
|
|
timer {
|
|
timer {
|