Commit d7f1d81b authored by Daniel Palmer's avatar Daniel Palmer Committed by Arnd Bergmann

ARM: mstar: Add PMU

Adds the ARM PMU to the base MStar v7 dtsi.
Signed-off-by: default avatarDaniel Palmer <daniel@0x0f.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 6e17d131
......@@ -40,6 +40,12 @@ arch_timer {
clock-frequency = <6000000>;
};
pmu: pmu {
compatible = "arm,cortex-a7-pmu";
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
interrupt-affinity = <&cpu0>;
};
soc: soc {
compatible = "simple-bus";
#address-cells = <1>;
......
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