- "pclk": for the APB interface clock
 - #address-cells: Must be 1
 - #size-cells: Must be 0
+- iommus: configure the stream id to IOMMU, Must be configured if want to
+    enable iommu in display. for how to configure this node please reference
+        devicetree/bindings/iommu/arm,smmu-v3.txt,
+        devicetree/bindings/iommu/iommu.txt
 
 Required properties for sub-node: pipeline@nq
 Each device contains one or two pipeline sub-nodes (at least one), each
                interrupts = <0 168 4>;
                clocks = <&dpu_mclk>, <&dpu_aclk>;
                clock-names = "mclk", "pclk";
+               iommus = <&smmu 0>, <&smmu 1>, <&smmu 2>, <&smmu 3>,
+                       <&smmu 4>, <&smmu 5>, <&smmu 6>, <&smmu 7>,
+                       <&smmu 8>, <&smmu 9>;
 
                dp0_pipe0: pipeline@0 {
                        clocks = <&fpgaosc2>, <&dpu_aclk>;