Skip to content

Commit

Permalink
ARM: dts: at91: sama5d2: add PMU node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olivier Schonken authored and Alexandre Belloni committed Jul 4, 2016
1 parent ee7657b commit fcac40c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/sama5d2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
};
};

pmu {
compatible = "arm,cortex-a5-pmu";
interrupts = <2 IRQ_TYPE_LEVEL_HIGH 0>;
};

memory {
reg = <0x20000000 0x20000000>;
};
Expand Down

0 comments on commit fcac40c

Please sign in to comment.