[PATCH 2/6] dt-bindings: arm: add Axera AX650 SoC and AX650 Demo board

Leng Honglin lenghonglin at axera-tech.com
Fri Aug 21 02:30:02 PDT 2026


Add devicetree bindings for the Axera AX650 SoC and AX650 Demo board.

Reviewed-by: Shi Zhicheng <shizhicheng at axera-tech.com>
Signed-off-by: Leng Honglin <lenghonglin at axera-tech.com>
---
 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 at axera-tech.com>
+  - Leng Honglin <lenghonglin at axera-tech.com>
+
+properties:
+  $nodename:
+    const: '/'
+  compatible:
+    oneOf:
+      - items:
+          - const: axera,ax650-demo
+          - const: axera,ax650
+
+additionalProperties: true
+
+...

-- 
2.34.1




More information about the linux-arm-kernel mailing list