summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm
diff options
context:
space:
mode:
authorEddy Petrișor <eddy.petrisor@nxp.com>2019-10-16 15:48:23 +0300
committerShawn Guo <shawnguo@kernel.org>2019-10-26 21:27:34 +0800
commit997c5329a5ab2942be3c9a84fbb0b05fa8f24194 (patch)
treee32d46c37945ba0d042e141b6a33e61fea3f9f64 /Documentation/devicetree/bindings/arm
parent3d735471d066d7e3ea95c73000edb71c85b6d51f (diff)
downloadlinux-997c5329a5ab2942be3c9a84fbb0b05fa8f24194.tar.bz2
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 <eddy.petrisor@nxp.com> Signed-off-by: Stefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-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
+
...