diff options
author | Eddy Petrișor <eddy.petrisor@nxp.com> | 2019-10-16 14:48:23 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-10-26 15:27:34 +0200 |
commit | 997c5329a5ab2942be3c9a84fbb0b05fa8f24194 (patch) | |
tree | e32d46c37945ba0d042e141b6a33e61fea3f9f64 /Documentation | |
parent | dt-bindings: arm: Document Armadeus SoM and Dev boards devicetree binding (diff) | |
download | linux-997c5329a5ab2942be3c9a84fbb0b05fa8f24194.tar.xz linux-997c5329a5ab2942be3c9a84fbb0b05fa8f24194.zip |
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')
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 6 |
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 + ... |