diff options
author | Olivier Schonken <olivier.schonken@gmail.com> | 2016-07-01 17:33:39 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-07-04 16:59:46 +0300 |
commit | fcac40c94d48f6137b54b91f390bed18fb16274c (patch) | |
tree | 5a08824a90195c92ee8c26e4c865e01ea8d0e121 /arch/arm | |
parent | ee7657b0307cb14fdac35d68f8e8edbd9c96d928 (diff) | |
download | linux-fcac40c94d48f6137b54b91f390bed18fb16274c.tar.xz |
ARM: dts: at91: sama5d2: add PMU node
Add node to support SAMA5D2 Performance Monitor Unit.
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/sama5d2.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
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>; }; |