Skip to content

Commit

Permalink
arm: zynq: Add support for pmu
Browse files Browse the repository at this point in the history
Zynq is standard PMU with 2 interrupt per core.
There is also access via register which is not used right now.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Apr 4, 2013
1 parent f6161aa commit 268a820
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/zynq-7000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
/ {
compatible = "xlnx,zynq-7000";

pmu {
compatible = "arm,cortex-a9-pmu";
interrupts = <0 5 4>, <0 6 4>;
interrupt-parent = <&intc>;
reg = < 0xf8891000 0x1000 0xf8893000 0x1000 >;
};

amba {
compatible = "simple-bus";
#address-cells = <1>;
Expand Down

0 comments on commit 268a820

Please sign in to comment.