From c4da38d004ac01b5dc84e91cfbe3c5a7bfcc8fc0 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Mon, 23 Dec 2024 11:17:40 +0800 Subject: [PATCH] schemas: Add access controller consumer Add a new binding access controller consumers. There are bus resource domain controllers, eFuse access controllers, so add the consumer bindings for various nodes to use. Signed-off-by: Peng Fan --- .../access-controller-consumer.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dtschema/schemas/access-controller/access-controller-consumer.yaml diff --git a/dtschema/schemas/access-controller/access-controller-consumer.yaml b/dtschema/schemas/access-controller/access-controller-consumer.yaml new file mode 100644 index 0000000..a19c396 --- /dev/null +++ b/dtschema/schemas/access-controller/access-controller-consumer.yaml @@ -0,0 +1,22 @@ +# SPDX-License-Identifier: BSD-2-Clause +# Copyright 2024 NXP +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/access-controller/access-controller-consumer.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Access Controller Consumer Properties + +maintainers: + - Peng Fan + +select: true + +properties: + access-controllers: + $ref: /schemas/types.yaml#/definitions/phandle-array + description: + This property is applied to the access controller consumer to describe + the connection to an access controller provider. + +additionalProperties: true