diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2015-01-27 04:13:24 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-23 16:30:45 -0500 |
commit | f1951852ed17684f6033e96a9faf3dbe67c163ae (patch) | |
tree | b46476aa90961384f5cbf33eb0b056ef6ebe30c7 | |
parent | 70496727c08262c69cbeac10dfefada745b46869 (diff) |
ARM: shmobile: r8a7791: Add IPMMU DT nodes
Add the seven IPMMU instances found in the r8a7791 to DT with a disabled
status.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7791.dtsi | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index e35812a0d8d4..43fb58a4c968 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi | |||
@@ -1384,6 +1384,66 @@ | |||
1384 | status = "disabled"; | 1384 | status = "disabled"; |
1385 | }; | 1385 | }; |
1386 | 1386 | ||
1387 | ipmmu_sy0: mmu@e6280000 { | ||
1388 | compatible = "renesas,ipmmu-vmsa"; | ||
1389 | reg = <0 0xe6280000 0 0x1000>; | ||
1390 | interrupts = <0 223 IRQ_TYPE_LEVEL_HIGH>, | ||
1391 | <0 224 IRQ_TYPE_LEVEL_HIGH>; | ||
1392 | #iommu-cells = <1>; | ||
1393 | status = "disabled"; | ||
1394 | }; | ||
1395 | |||
1396 | ipmmu_sy1: mmu@e6290000 { | ||
1397 | compatible = "renesas,ipmmu-vmsa"; | ||
1398 | reg = <0 0xe6290000 0 0x1000>; | ||
1399 | interrupts = <0 225 IRQ_TYPE_LEVEL_HIGH>; | ||
1400 | #iommu-cells = <1>; | ||
1401 | status = "disabled"; | ||
1402 | }; | ||
1403 | |||
1404 | ipmmu_ds: mmu@e6740000 { | ||
1405 | compatible = "renesas,ipmmu-vmsa"; | ||
1406 | reg = <0 0xe6740000 0 0x1000>; | ||
1407 | interrupts = <0 198 IRQ_TYPE_LEVEL_HIGH>, | ||
1408 | <0 199 IRQ_TYPE_LEVEL_HIGH>; | ||
1409 | #iommu-cells = <1>; | ||
1410 | status = "disabled"; | ||
1411 | }; | ||
1412 | |||
1413 | ipmmu_mp: mmu@ec680000 { | ||
1414 | compatible = "renesas,ipmmu-vmsa"; | ||
1415 | reg = <0 0xec680000 0 0x1000>; | ||
1416 | interrupts = <0 226 IRQ_TYPE_LEVEL_HIGH>; | ||
1417 | #iommu-cells = <1>; | ||
1418 | status = "disabled"; | ||
1419 | }; | ||
1420 | |||
1421 | ipmmu_mx: mmu@fe951000 { | ||
1422 | compatible = "renesas,ipmmu-vmsa"; | ||
1423 | reg = <0 0xfe951000 0 0x1000>; | ||
1424 | interrupts = <0 222 IRQ_TYPE_LEVEL_HIGH>, | ||
1425 | <0 221 IRQ_TYPE_LEVEL_HIGH>; | ||
1426 | #iommu-cells = <1>; | ||
1427 | status = "disabled"; | ||
1428 | }; | ||
1429 | |||
1430 | ipmmu_rt: mmu@ffc80000 { | ||
1431 | compatible = "renesas,ipmmu-vmsa"; | ||
1432 | reg = <0 0xffc80000 0 0x1000>; | ||
1433 | interrupts = <0 307 IRQ_TYPE_LEVEL_HIGH>; | ||
1434 | #iommu-cells = <1>; | ||
1435 | status = "disabled"; | ||
1436 | }; | ||
1437 | |||
1438 | ipmmu_gp: mmu@e62a0000 { | ||
1439 | compatible = "renesas,ipmmu-vmsa"; | ||
1440 | reg = <0 0xe62a0000 0 0x1000>; | ||
1441 | interrupts = <0 260 IRQ_TYPE_LEVEL_HIGH>, | ||
1442 | <0 261 IRQ_TYPE_LEVEL_HIGH>; | ||
1443 | #iommu-cells = <1>; | ||
1444 | status = "disabled"; | ||
1445 | }; | ||
1446 | |||
1387 | rcar_sound: rcar_sound@ec500000 { | 1447 | rcar_sound: rcar_sound@ec500000 { |
1388 | /* | 1448 | /* |
1389 | * #sound-dai-cells is required | 1449 | * #sound-dai-cells is required |