aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddy PetriČ™or <[email protected]>2019-10-16 15:48:23 +0300
committerShawn Guo <[email protected]>2019-10-26 21:27:34 +0800
commit997c5329a5ab2942be3c9a84fbb0b05fa8f24194 (patch)
treee32d46c37945ba0d042e141b6a33e61fea3f9f64
parent3d735471d066d7e3ea95c73000edb71c85b6d51f (diff)
dt-bindings: arm: fsl: Add the S32V234-EVB board
Add entry for the NXP S32V234 Customer Evaluation Board to the board/SoC bindings. Signed-off-by: Eddy PetriČ™or <[email protected]> Signed-off-by: Stefan-Gabriel Mirea <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/arm/fsl.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 41db01d77c23..8c3fb5b1ba8b 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -348,4 +348,10 @@ properties:
- fsl,ls2088a-rdb
- const: fsl,ls2088a
+ - description: S32V234 based Boards
+ items:
+ - enum:
+ - fsl,s32v234-evb # S32V234-EVB2 Customer Evaluation Board
+ - const: fsl,s32v234
+
...