ARM64: dts: rockchip: rk3399: add iommu for isp
authordalong.zhang <dalon.zhang@rock-chips.com>
Wed, 30 Nov 2016 13:14:50 +0000 (21:14 +0800)
committerdalong.zhang <dalon.zhang@rock-chips.com>
Wed, 30 Nov 2016 13:14:50 +0000 (21:14 +0800)
Change-Id: Ic405ab5877355ed4128e3f473c21acdf5d026d1d
Signed-off-by: dalong.zhang <dalon.zhang@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index 368827ea42cbccca328007afdd832911748fd92e..9ab8cad27debac386a892d5b14e1764b0ae4190d 100644 (file)
                status = "disabled";
        };
 
+       isp0_mmu: iommu@ff914000 {
+               compatible = "rockchip,iommu";
+               reg = <0x0 0xff914000 0x0 0x100>, <0x0 0xff915000 0x0 0x100>;
+               interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH 0>;
+               interrupt-names = "isp0_mmu";
+               #iommu-cells = <0>;
+               status = "disabled";
+       };
+
+       isp1_mmu: iommu@ff924000 {
+               compatible = "rockchip,iommu";
+               reg = <0x0 0xff924000 0x0 0x100>, <0x0 0xff925000 0x0 0x100>;
+               interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH 0>;
+               interrupt-names = "isp1_mmu";
+               #iommu-cells = <0>;
+               status = "disabled";
+       };
+
        hdmi: hdmi@ff940000 {
                compatible = "rockchip,rk3399-dw-hdmi";
                reg = <0x0 0xff940000 0x0 0x20000>;