• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/iommu/google,s2mpu.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: S2MPU device tree bindings
8
9maintainers:
10  - David Brazdil <dbrazdil@google.com>
11
12properties:
13  reg:
14    maxItems: 1
15
16  compatible:
17    contains:
18      const: google,s2mpu
19
20  power-domain-id:
21    $ref: /schemas/types.yaml#/definitions/uint32
22    description:
23      ID of the power domain that the S2MPU belongs to. If not specified,
24      the device is assumed to be always powered.
25
26required:
27  - compatible
28  - reg
29
30additionalProperties: true
31