Commit b8ccf02a authored by Eric Anholt's avatar Eric Anholt Committed by Florian Fainelli

ARM: dts: bcm283x: Add the PMU to the devicetree.

This only probes on arm64 so far, but hopefully that driver will be
generalized soon.
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
parent e9af481c
......@@ -17,6 +17,12 @@ local_intc: local_intc@40000000 {
};
};
arm-pmu {
compatible = "arm,cortex-a53-pmu";
interrupt-parent = <&local_intc>;
interrupts = <9 IRQ_TYPE_LEVEL_HIGH>;
};
timer {
compatible = "arm,armv7-timer";
interrupt-parent = <&local_intc>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment