From: Olivier Schonken Date: Fri, 1 Jul 2016 14:33:39 +0000 (+0200) Subject: ARM: dts: at91: sama5d2: add PMU node X-Git-Tag: v4.8-rc1~66^2~21^2~1 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/fcac40c94d48f6137b54b91f390bed18fb16274c?hp=-c ARM: dts: at91: sama5d2: add PMU node Add node to support SAMA5D2 Performance Monitor Unit. Signed-off-by: Olivier Schonken Signed-off-by: Alexandre Belloni --- fcac40c94d48f6137b54b91f390bed18fb16274c diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 2827e7ab5ebc..5d63206aab91 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -72,6 +72,11 @@ }; }; + pmu { + compatible = "arm,cortex-a5-pmu"; + interrupts = <2 IRQ_TYPE_LEVEL_HIGH 0>; + }; + memory { reg = <0x20000000 0x20000000>; };