apple,dart.yaml (820e9906cf64142169134f35b996108303cf22ca) apple,dart.yaml (364609125e2ca745c698ec157615ff179b239344)
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/iommu/apple,dart.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Apple DART IOMMU
8

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

36 Optional since not all IOMMUs are attached to a clock gate.
37
38 '#iommu-cells':
39 const: 1
40 description:
41 Has to be one. The single cell describes the stream id emitted by
42 a master to the IOMMU.
43
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/iommu/apple,dart.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Apple DART IOMMU
8

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

36 Optional since not all IOMMUs are attached to a clock gate.
37
38 '#iommu-cells':
39 const: 1
40 description:
41 Has to be one. The single cell describes the stream id emitted by
42 a master to the IOMMU.
43
44 power-domains:
45 maxItems: 1
46
44required:
45 - compatible
46 - reg
47 - '#iommu-cells'
48 - interrupts
49
50additionalProperties: false
51

--- 30 unchanged lines hidden ---
47required:
48 - compatible
49 - reg
50 - '#iommu-cells'
51 - interrupts
52
53additionalProperties: false
54

--- 30 unchanged lines hidden ---