samsung,sysmmu.yaml (2b703bbda2713fd2a7d98029ea6c44f9c3159f34) samsung,sysmmu.yaml (9f60a65bc5e6cd882120d8477cc7bec065887e3d)
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/iommu/samsung,sysmmu.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Samsung Exynos IOMMU H/W, System MMU (System Memory Management Unit)
8

--- 40 unchanged lines hidden (view full) ---

49
50 clocks:
51 minItems: 1
52 maxItems: 2
53
54 clock-names:
55 oneOf:
56 - items:
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/iommu/samsung,sysmmu.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Samsung Exynos IOMMU H/W, System MMU (System Memory Management Unit)
8

--- 40 unchanged lines hidden (view full) ---

49
50 clocks:
51 minItems: 1
52 maxItems: 2
53
54 clock-names:
55 oneOf:
56 - items:
57 - const: sysmmu
57 - const: sysmmu
58 - items:
58 - items:
59 - const: sysmmu
60 - const: master
59 - const: sysmmu
60 - const: master
61 - items:
61 - items:
62 - const: aclk
63 - const: pclk
62 - const: aclk
63 - const: pclk
64
65 "#iommu-cells":
66 const: 0
67
68 power-domains:
69 description: |
70 Required if the System MMU is needed to gate its power.
71 Please refer to the following document:

--- 39 unchanged lines hidden ---
64
65 "#iommu-cells":
66 const: 0
67
68 power-domains:
69 description: |
70 Required if the System MMU is needed to gate its power.
71 Please refer to the following document:

--- 39 unchanged lines hidden ---