mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
30
Documentation/devicetree/bindings/iommu/google,s2mpu.yaml
Normal file
30
Documentation/devicetree/bindings/iommu/google,s2mpu.yaml
Normal 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
|
||||
Reference in New Issue
Block a user