diff options
author | Jisheng Zhang <jszhang@kernel.org> | 2023-10-06 15:14:45 +0300 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2023-10-07 15:34:05 +0300 |
commit | 975f0a640ceb41581c4974ed6f368c39478a3bd3 (patch) | |
tree | e6f203f7f65ffc15c5a3ecf4f1666114aa25233f /Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml | |
parent | c32ab7bd6191d64998dced3ba567b8737d217861 (diff) | |
download | linux-975f0a640ceb41581c4974ed6f368c39478a3bd3.tar.xz |
dt-bindings: interrupt-controller: Add SOPHGO CV1800B plic
Add compatible string for SOPHGO CV1800B plic.
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml')
-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 16f9c4760c0f..0c07e8dda445 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 @@ -65,6 +65,7 @@ properties: - items: - enum: - allwinner,sun20i-d1-plic + - sophgo,cv1800b-plic - sophgo,sg2042-plic - thead,th1520-plic - const: thead,c900-plic |