~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/iommu/ti,omap-iommu.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 OMAP2+ IOMMU
  2 
  3 Required properties:
  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
 14                  also refer to the generic bindings document for more info
 15                  on this property,
 16                      Documentation/devicetree/bindings/iommu/iommu.txt
 17 
 18 Optional properties:
 19 - ti,#tlb-entries : Number of entries in the translation look-aside buffer.
 20                     Should be either 8 or 32 (default: 32)
 21 - ti,iommu-bus-err-back : Indicates the IOMMU instance supports throwing
 22                           back a bus error response on MMU faults.
 23 - ti,syscon-mmuconfig : Should be a pair of the phandle to the DSP_SYSTEM
 24                         syscon node that contains the additional control
 25                         register for enabling the MMU, and the MMU instance
 26                         number (0-indexed) within the sub-system. This property
 27                         is required for DSP IOMMU instances on DRA7xx SoCs. The
 28                         instance number should be 0 for DSP MDMA MMUs and 1 for
 29                         DSP EDMA MMUs.
 30 
 31 Example:
 32         /* OMAP3 ISP MMU */
 33         mmu_isp: mmu@480bd400 {
 34                 #iommu-cells = <0>;
 35                 compatible = "ti,omap2-iommu";
 36                 reg = <0x480bd400 0x80>;
 37                 interrupts = <24>;
 38                 ti,hwmods = "mmu_isp";
 39                 ti,#tlb-entries = <8>;
 40         };
 41 
 42         /* DRA74x DSP2 MMUs */
 43         mmu0_dsp2: mmu@41501000 {
 44                 compatible = "ti,dra7-dsp-iommu";
 45                 reg = <0x41501000 0x100>;
 46                 interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>;
 47                 ti,hwmods = "mmu0_dsp2";
 48                 #iommu-cells = <0>;
 49                 ti,syscon-mmuconfig = <&dsp2_system 0x0>;
 50         };
 51 
 52         mmu1_dsp2: mmu@41502000 {
 53                 compatible = "ti,dra7-dsp-iommu";
 54                 reg = <0x41502000 0x100>;
 55                 interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
 56                 ti,hwmods = "mmu1_dsp2";
 57                 #iommu-cells = <0>;
 58                 ti,syscon-mmuconfig = <&dsp2_system 0x1>;
 59         };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php