ANDROID: dt-bindings: iommu: Add Google S2MPU

Add DeviceTree bindings for Google S2MPU.

Test: n/a
Bug: 190463801
Signed-off-by: David Brazdil <dbrazdil@google.com>
Change-Id: I002b5df1cac73766179d73ed56fe4945e8e7c2e6
This commit is contained in:
David Brazdil
2021-11-02 16:46:28 +00:00
parent 57454d3763
commit f43970daf2

View File

@@ -0,0 +1,30 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/iommu/google,s2mpu.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: S2MPU device tree bindings
maintainers:
- David Brazdil <dbrazdil@google.com>
properties:
reg:
maxItems: 1
compatible:
contains:
const: google,s2mpu
power-domain-id:
$ref: /schemas/types.yaml#/definitions/uint32
description:
ID of the power domain that the S2MPU belongs to. If not specified,
the device is assumed to be always powered.
required:
- compatible
- reg
additionalProperties: true