1
0
Fork 0

ARM: at91: Add PMU support for sama5d3

ARM Performance Monitor Units are available on the sama5d3, add the support in
the dtsi.

Tested with perf and oprofile on the sama5d31ek.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
hifive-unleashed-5.1
Alexandre Belloni 2013-08-05 17:26:06 +02:00 committed by Nicolas Ferre
parent 6e19c94d3e
commit d9da977820
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@
};
};
pmu {
compatible = "arm,cortex-a5-pmu";
interrupts = <46 IRQ_TYPE_LEVEL_HIGH 0>;
};
memory {
reg = <0x20000000 0x8000000>;
};