Skip to content

Commit

Permalink
schemas: Add access controller consumer
Browse files Browse the repository at this point in the history
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 <peng.fan@nxp.com>
  • Loading branch information
MrVan authored and robherring committed Dec 27, 2024
1 parent ea243eb commit c4da38d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dtschema/schemas/access-controller/access-controller-consumer.yaml
Original file line number Diff line number Diff line change
@@ -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 <peng.fan@nxp.com>

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

0 comments on commit c4da38d

Please sign in to comment.