Lines Matching +full:dma +full:- +full:window
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Marek Szyprowski <m.szyprowski@samsung.com>
14 physical memory chunks visible as a contiguous region to DMA-capable peripheral
15 devices like MFC, FIMC, FIMD, GScaler, FIMC-IS and so forth.
20 another capabilities like L2 TLB or block-fetch buffers to minimize translation
32 * FIMD in Exynos5420 has one System MMU for window 0 and 4, the other system MMU
33 for window 1, 2 and 3.
42 const: samsung,exynos-sysmmu
54 clock-names:
56 - items:
57 - const: sysmmu
58 - items:
59 - const: sysmmu
60 - const: master
61 - items:
62 - const: aclk
63 - const: pclk
65 "#iommu-cells":
68 power-domains:
72 Documentation/devicetree/bindings/power/pd-samsung.yaml
76 - compatible
77 - reg
78 - interrupts
79 - clocks
80 - clock-names
81 - "#iommu-cells"
86 - |
87 #include <dt-bindings/clock/exynos5250.h>
90 compatible = "samsung,exynos-sysmmu";
92 interrupt-parent = <&combiner>;
94 clock-names = "sysmmu", "master";
97 power-domains = <&pd_gsc>;
98 #iommu-cells = <0>;