[PATCH 03/12] dt-bindings: riscv: add compatible strings for Nuclei UX600 series
Icenowy Zheng
icenowy at nucleisys.com
Thu Jan 27 07:16:38 PST 2022
Nuclei UX600 series are 64-bit, MMU-equipped CPUs, which can run Linux.
Add compatible strings for these CPU cores.
Signed-off-by: Icenowy Zheng <icenowy at nucleisys.com>
---
Documentation/devicetree/bindings/riscv/cpus.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml
index aa5fb64d57eb..f50f5c3dcc06 100644
--- a/Documentation/devicetree/bindings/riscv/cpus.yaml
+++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
@@ -45,6 +45,13 @@ properties:
- sifive,u54-mc
- const: sifive,rocket0
- const: riscv
+ - items:
+ - enum:
+ - nuclei,ux605
+ - nuclei,ux607
+ - nuclei,ux608
+ - const: nuclei,ux600
+ - const: riscv
- const: riscv # Simulator only
description:
Identifies that the hart uses the RISC-V instruction set
--
2.30.2
More information about the linux-riscv
mailing list