diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-05 10:55:21 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-08-26 04:57:20 -0400 |
commit | 98e45c1675a018e1121c1244985cf80b790fb6c4 (patch) | |
tree | 4d95b3f0b82cabdd95167371e8bb7860e167c7db /arch/arm64/boot/dts | |
parent | ec03445c9ee282eef12b72cdb029348f80daad58 (diff) |
arm64: dts: marvell: describe the PIC and PMU on Armada 7K/8K
This commit adds the necessary Device Tree description for the PIC
interrupt controller and the PMU available in the Marvell Armada 7K and
Armada 8K SoCs.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi index eab1a42fb934..e70b9961115d 100644 --- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi | |||
@@ -128,6 +128,12 @@ | |||
128 | <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>; | 128 | <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>; |
129 | }; | 129 | }; |
130 | 130 | ||
131 | pmu { | ||
132 | compatible = "arm,cortex-a72-pmu"; | ||
133 | interrupt-parent = <&pic>; | ||
134 | interrupts = <17>; | ||
135 | }; | ||
136 | |||
131 | odmi: odmi@300000 { | 137 | odmi: odmi@300000 { |
132 | compatible = "marvell,odmi-controller"; | 138 | compatible = "marvell,odmi-controller"; |
133 | interrupt-controller; | 139 | interrupt-controller; |
@@ -140,6 +146,14 @@ | |||
140 | marvell,spi-base = <128>, <136>, <144>, <152>; | 146 | marvell,spi-base = <128>, <136>, <144>, <152>; |
141 | }; | 147 | }; |
142 | 148 | ||
149 | pic: interrupt-controller@3f0100 { | ||
150 | compatible = "marvell,armada-8k-pic"; | ||
151 | reg = <0x3f0100 0x10>; | ||
152 | #interrupt-cells = <1>; | ||
153 | interrupt-controller; | ||
154 | interrupts = <GIC_PPI 15 IRQ_TYPE_LEVEL_HIGH>; | ||
155 | }; | ||
156 | |||
143 | xor@400000 { | 157 | xor@400000 { |
144 | compatible = "marvell,armada-7k-xor", "marvell,xor-v2"; | 158 | compatible = "marvell,armada-7k-xor", "marvell,xor-v2"; |
145 | reg = <0x400000 0x1000>, | 159 | reg = <0x400000 0x1000>, |