123456789101112131415161718192021222324252627 |
- From 4ae663dbc373f5690581cee16d3667693eb9d73e Mon Sep 17 00:00:00 2001
- From: Samuel Holland <[email protected]>
- Date: Sun, 16 May 2021 14:05:17 -0500
- Subject: [PATCH 025/117] dt-bindings: riscv: Add T-HEAD C906 and C910
- compatibles
- The C906 and C910 are RISC-V CPU cores from T-HEAD Semiconductor.
- Notably, the C906 core is used in the Allwinner D1 SoC.
- Acked-by: Rob Herring <[email protected]>
- Reviewed-by: Heiko Stuebner <[email protected]>
- Signed-off-by: Samuel Holland <[email protected]>
- ---
- Documentation/devicetree/bindings/riscv/cpus.yaml | 2 ++
- 1 file changed, 2 insertions(+)
- --- a/Documentation/devicetree/bindings/riscv/cpus.yaml
- +++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
- @@ -39,6 +39,8 @@ properties:
- - sifive,u5
- - sifive,u7
- - canaan,k210
- + - thead,c906
- + - thead,c910
- - const: riscv
- - items:
- - enum:
|