[PATCH 2/6] dt-bindings: arm: add Axera AX650 SoC and AX650 Demo board
From: Leng Honglin
Date: Fri Aug 21 2026 - 06:05:47 EST
Add devicetree bindings for the Axera AX650 SoC and AX650 Demo board.
Reviewed-by: Shi Zhicheng <shizhicheng@xxxxxxxxxxxxxx>
Signed-off-by: Leng Honglin <lenghonglin@xxxxxxxxxxxxxx>
---
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 <shizhicheng@xxxxxxxxxxxxxx>
+ - Leng Honglin <lenghonglin@xxxxxxxxxxxxxx>
+
+properties:
+ $nodename:
+ const: '/'
+ compatible:
+ oneOf:
+ - items:
+ - const: axera,ax650-demo
+ - const: axera,ax650
+
+additionalProperties: true
+
+...
--
2.34.1