diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2016-01-29 03:39:03 -0500 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2016-02-25 08:15:58 -0500 |
commit | abf9c25d55e83b46a905a53f8122f0201f9090b7 (patch) | |
tree | 3b6433785620e65965dfac5f349600a808c2cd5c /arch/arm64/boot/dts/hisilicon | |
parent | 6897db62bbb322124ee7a5ee527134cde76d4aa1 (diff) |
arm64: dts: hip05: Append all gicv3 ITS entries
There are four subsystems in hip05 soc, peri/m3/pcie/dsa,
each subsystem has one its, append them under gicv3 node.
They will be used by hisilicon mbigen.
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm64/boot/dts/hisilicon')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hip05.dtsi | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hip05.dtsi b/arch/arm64/boot/dts/hisilicon/hip05.dtsi index ed31f1967687..c1b1a32939ed 100644 --- a/arch/arm64/boot/dts/hisilicon/hip05.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hip05.dtsi | |||
@@ -246,11 +246,29 @@ | |||
246 | <0x0 0xfe020000 0 0x10000>; /* GICV */ | 246 | <0x0 0xfe020000 0 0x10000>; /* GICV */ |
247 | interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; | 247 | interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; |
248 | 248 | ||
249 | its_totems: interrupt-controller@8c000000 { | 249 | its_peri: interrupt-controller@8c000000 { |
250 | compatible = "arm,gic-v3-its"; | 250 | compatible = "arm,gic-v3-its"; |
251 | msi-controller; | 251 | msi-controller; |
252 | reg = <0x0 0x8c000000 0x0 0x40000>; | 252 | reg = <0x0 0x8c000000 0x0 0x40000>; |
253 | }; | 253 | }; |
254 | |||
255 | its_m3: interrupt-controller@a3000000 { | ||
256 | compatible = "arm,gic-v3-its"; | ||
257 | msi-controller; | ||
258 | reg = <0x0 0xa3000000 0x0 0x40000>; | ||
259 | }; | ||
260 | |||
261 | its_pcie: interrupt-controller@b7000000 { | ||
262 | compatible = "arm,gic-v3-its"; | ||
263 | msi-controller; | ||
264 | reg = <0x0 0xb7000000 0x0 0x40000>; | ||
265 | }; | ||
266 | |||
267 | its_dsa: interrupt-controller@c6000000 { | ||
268 | compatible = "arm,gic-v3-its"; | ||
269 | msi-controller; | ||
270 | reg = <0x0 0xc6000000 0x0 0x40000>; | ||
271 | }; | ||
254 | }; | 272 | }; |
255 | 273 | ||
256 | timer { | 274 | timer { |