dts: bindings: Add nxp,rw-soc-ctrl binding
Add binding for the already existing rw soc ctrl node, to mark reg property as required. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
ad393fbbfa
commit
b7e301ed26
12
dts/bindings/arm/nxp,rw-soc-ctrl.yaml
Normal file
12
dts/bindings/arm/nxp,rw-soc-ctrl.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Copyright 2022 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: RW SOC controller node
|
||||
|
||||
compatible: "nxp,rw-soc-ctrl"
|
||||
|
||||
include: base.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
Loading…
Reference in a new issue