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>
This commit is contained in:
Olivier Schonken 2016-07-01 16:33:39 +02:00 committed by Alexandre Belloni
parent ee7657b030
commit fcac40c94d
1 changed files with 5 additions and 0 deletions

View File

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