Lines Matching +full:iommu +full:- +full:names
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/iommu/rockchip,iommu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Rockchip IOMMU
10 - Heiko Stuebner <heiko@sntech.de>
13 A Rockchip DRM iommu translates io virtual addresses to physical addresses for
17 For information on assigning IOMMU controller to its peripheral devices,
18 see generic IOMMU bindings.
23 - rockchip,iommu
24 - rockchip,rk3568-iommu
28 - description: configuration registers for MMU instance 0
29 - description: configuration registers for MMU instance 1
34 - description: interruption for MMU instance 0
35 - description: interruption for MMU instance 1
40 - description: Core clock
41 - description: Interface clock
43 clock-names:
45 - const: aclk
46 - const: iface
48 "#iommu-cells":
51 power-domains:
54 rockchip,disable-mmu-reset:
62 - compatible
63 - reg
64 - interrupts
65 - clocks
66 - clock-names
67 - "#iommu-cells"
72 - |
73 #include <dt-bindings/clock/rk3399-cru.h>
74 #include <dt-bindings/interrupt-controller/arm-gic.h>
76 vopl_mmu: iommu@ff940300 {
77 compatible = "rockchip,iommu";
81 clock-names = "aclk", "iface";
82 #iommu-cells = <0>;