diff options
author | Olivier Schonken <olivier.schonken@gmail.com> | 2016-07-01 16:33:39 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-07-04 15:59:46 +0200 |
commit | fcac40c94d48f6137b54b91f390bed18fb16274c (patch) | |
tree | 5a08824a90195c92ee8c26e4c865e01ea8d0e121 | |
parent | ARM: dts: at91: sam9_l9260: Modify information in LED nodes. (diff) | |
download | linux-fcac40c94d48f6137b54b91f390bed18fb16274c.tar.xz linux-fcac40c94d48f6137b54b91f390bed18fb16274c.zip |
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>
-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>; }; |