Lines Matching +full:iommu +full:- +full:names
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/mediatek-jpeg-encoder.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Xia Jiang <xia.jiang@mediatek.com>
12 description: |-
18 - enum:
19 - mediatek,mt2701-jpgenc
20 - mediatek,mt8183-jpgenc
21 - mediatek,mt8186-jpgenc
22 - const: mediatek,mtk-jpgenc
32 clock-names:
34 - const: jpgenc
36 power-domains:
42 Points to the respective IOMMU block with master port as argument, see
43 Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml for details.
46 dma-ranges:
49 Describes the physical address space of IOMMU maps to memory.
52 - compatible
53 - reg
54 - interrupts
55 - clocks
56 - clock-names
57 - power-domains
58 - iommus
63 - |
64 #include <dt-bindings/clock/mt2701-clk.h>
65 #include <dt-bindings/interrupt-controller/arm-gic.h>
66 #include <dt-bindings/memory/mt2701-larb-port.h>
67 #include <dt-bindings/power/mt2701-power.h>
69 compatible = "mediatek,mt2701-jpgenc",
70 "mediatek,mtk-jpgenc";
74 clock-names = "jpgenc";
75 power-domains = <&scpsys MT2701_POWER_DOMAIN_ISP>;
76 iommus = <&iommu MT2701_M4U_PORT_JPGENC_RDMA>,
77 <&iommu MT2701_M4U_PORT_JPGENC_BSDMA>;