[PATCH 2/6] dt-bindings: arm: add Axera AX650 SoC and AX650 Demo board
Leng Honglin <[email protected]>
| Newsgroups | dev.linux.lists.soc,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Add devicetree bindings for the Axera AX650 SoC and AX650 Demo board. Reviewed-by: Shi Zhicheng <[email protected]> Signed-off-by: Leng Honglin <[email protected]> --- Documentation/devicetree/bindings/arm/axera.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/axera.yaml b/Documentation/devicetree/bindings/arm/axera.yaml new file mode 100644 index 000000000000..28bf0ce9fd27 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/axera.yaml @@ -0,0 +1,24 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/axera.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Axera platforms + +maintainers: + - Shi Zhicheng <[email protected]> + - Leng Honglin <[email protected]> + +properties: + $nodename: + const: '/' + compatible: + oneOf: + - items: + - const: axera,ax650-demo + - const: axera,ax650 + +additionalProperties: true + +... -- 2.34.1