Lines Matching +full:iommu +full:- +full:specifier
1 OMAP2+ IOMMU
4 - compatible : Should be one of,
5 "ti,omap2-iommu" for OMAP2/OMAP3 IOMMU instances
6 "ti,omap4-iommu" for OMAP4/OMAP5 IOMMU instances
7 "ti,dra7-dsp-iommu" for DRA7xx DSP IOMMU instances
8 "ti,dra7-iommu" for DRA7xx IOMMU instances
9 - ti,hwmods : Name of the hwmod associated with the IOMMU instance
10 - reg : Address space for the configuration registers
11 - interrupts : Interrupt specifier for the IOMMU instance
12 - #iommu-cells : Should be 0. OMAP IOMMUs are all "single-master" devices,
13 and needs no additional data in the pargs specifier. Please
16 Documentation/devicetree/bindings/iommu/iommu.txt
19 - ti,#tlb-entries : Number of entries in the translation look-aside buffer.
21 - ti,iommu-bus-err-back : Indicates the IOMMU instance supports throwing
23 - ti,syscon-mmuconfig : Should be a pair of the phandle to the DSP_SYSTEM
26 number (0-indexed) within the sub-system. This property
27 is required for DSP IOMMU instances on DRA7xx SoCs. The
34 #iommu-cells = <0>;
35 compatible = "ti,omap2-iommu";
39 ti,#tlb-entries = <8>;
44 compatible = "ti,dra7-dsp-iommu";
48 #iommu-cells = <0>;
49 ti,syscon-mmuconfig = <&dsp2_system 0x0>;
53 compatible = "ti,dra7-dsp-iommu";
57 #iommu-cells = <0>;
58 ti,syscon-mmuconfig = <&dsp2_system 0x1>;