Commit 1caf002e authored by Emil Renner Berthing's avatar Emil Renner Berthing Committed by Conor Dooley

dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC

This cache controller is also used on the StarFive JH7110 SoC.
Signed-off-by: default avatarEmil Renner Berthing <kernel@esmil.dk>
Signed-off-by: default avatarHal Feng <hal.feng@starfivetech.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarConor Dooley <conor.dooley@microchip.com>
parent 1b929c02
...@@ -38,6 +38,10 @@ properties: ...@@ -38,6 +38,10 @@ properties:
- sifive,fu540-c000-ccache - sifive,fu540-c000-ccache
- sifive,fu740-c000-ccache - sifive,fu740-c000-ccache
- const: cache - const: cache
- items:
- const: starfive,jh7110-ccache
- const: sifive,ccache0
- const: cache
- items: - items:
- const: microchip,mpfs-ccache - const: microchip,mpfs-ccache
- const: sifive,fu540-c000-ccache - const: sifive,fu540-c000-ccache
...@@ -85,6 +89,7 @@ allOf: ...@@ -85,6 +89,7 @@ allOf:
contains: contains:
enum: enum:
- sifive,fu740-c000-ccache - sifive,fu740-c000-ccache
- starfive,jh7110-ccache
- microchip,mpfs-ccache - microchip,mpfs-ccache
then: then:
...@@ -105,7 +110,9 @@ allOf: ...@@ -105,7 +110,9 @@ allOf:
properties: properties:
compatible: compatible:
contains: contains:
const: sifive,fu740-c000-ccache enum:
- sifive,fu740-c000-ccache
- starfive,jh7110-ccache
then: then:
properties: properties:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment