Commit fcac40c9 authored by Olivier Schonken's avatar Olivier Schonken Committed by Alexandre Belloni

ARM: dts: at91: sama5d2: add PMU node

Add node to support SAMA5D2 Performance Monitor Unit.
Signed-off-by: default avatarOlivier Schonken <olivier.schonken@gmail.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent ee7657b0
......@@ -72,6 +72,11 @@ cpu@0 {
};
};
pmu {
compatible = "arm,cortex-a5-pmu";
interrupts = <2 IRQ_TYPE_LEVEL_HIGH 0>;
};
memory {
reg = <0x20000000 0x20000000>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment