dts: bindings: add device tree binding for i.MX RDC
Add device tree binding file for the Resource Domain Controller (RDC) on i.MX SoCs. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
This commit is contained in:
parent
5cbc16ac2c
commit
d81162e0cc
1 changed files with 16 additions and 0 deletions
16
dts/bindings/misc/nxp,rdc.yaml
Normal file
16
dts/bindings/misc/nxp,rdc.yaml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Copyright 2024 NXP
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
description: |
|
||||||
|
NXP i.MX Resource Domain Controller (RDC) node.
|
||||||
|
The RDC provides robust support for the isolation of destination
|
||||||
|
memory mapped locations such as peripherals and memory to a single
|
||||||
|
core, a bus master, or set of cores and bus masters.
|
||||||
|
|
||||||
|
compatible: "nxp,rdc"
|
||||||
|
|
||||||
|
include: [base.yaml]
|
||||||
|
|
||||||
|
properties:
|
||||||
|
reg:
|
||||||
|
required: true
|
Loading…
Add table
Add a link
Reference in a new issue