diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2023-11-30 15:40:38 +0300 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2023-11-30 15:46:40 +0300 |
commit | 637cb4b61b01c40058a51b5638210757a59ad3a9 (patch) | |
tree | 705f1aff0efbd6b85622fa5e9bc7a3b3186953e4 /Documentation/devicetree/bindings/interrupt-controller | |
parent | b85ea95d086471afb4ad062012a4d73cd328fa86 (diff) | |
parent | 2c36b0cfb408e47402792439e3ebfb862ea5b6dc (diff) | |
download | linux-637cb4b61b01c40058a51b5638210757a59ad3a9.tar.xz |
Merge patch series "Add Huashan Pi board support"
Inochi Amaoto <inochiama@outlook.com> says:
Huashan Pi board is an embedded development platform based on the
CV1812H chip. Add minimal device tree files for this board.
Currently, it can boot to a basic shell.
NOTE: this series is based on the Jisheng's Milk-V Duo patch.
Link: https://en.sophgo.com/product/introduce/huashan.html
Link: https://en.sophgo.com/product/introduce/cv181xH.html
Link: https://lore.kernel.org/linux-riscv/20231006121449.721-1-jszhang@kernel.org/
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml index 0c07e8dda445..709b2211276b 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml @@ -66,6 +66,7 @@ properties: - enum: - allwinner,sun20i-d1-plic - sophgo,cv1800b-plic + - sophgo,cv1812h-plic - sophgo,sg2042-plic - thead,th1520-plic - const: thead,c900-plic |