diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-03-20 08:37:01 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-04-04 03:23:44 -0400 |
commit | 268a820049531b130284943aeeb6ea38fd38e64c (patch) | |
tree | 09d1ed19d2292e3a0e5ed5d79ccf23548ca2d115 /arch/arm/boot/dts/zynq-7000.dtsi | |
parent | f6161aa153581da4a3867a2d1a7caf4be19b6ec9 (diff) |
arm: zynq: Add support for pmu
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>
Diffstat (limited to 'arch/arm/boot/dts/zynq-7000.dtsi')
-rw-r--r-- | arch/arm/boot/dts/zynq-7000.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index 5914b5654591..9e1c339c4491 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi | |||
@@ -15,6 +15,13 @@ | |||
15 | / { | 15 | / { |
16 | compatible = "xlnx,zynq-7000"; | 16 | compatible = "xlnx,zynq-7000"; |
17 | 17 | ||
18 | pmu { | ||
19 | compatible = "arm,cortex-a9-pmu"; | ||
20 | interrupts = <0 5 4>, <0 6 4>; | ||
21 | interrupt-parent = <&intc>; | ||
22 | reg = < 0xf8891000 0x1000 0xf8893000 0x1000 >; | ||
23 | }; | ||
24 | |||
18 | amba { | 25 | amba { |
19 | compatible = "simple-bus"; | 26 | compatible = "simple-bus"; |
20 | #address-cells = <1>; | 27 | #address-cells = <1>; |