diff options
author | Chester Lin <[email protected]> | 2021-09-08 14:45:21 +0800 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2021-10-04 16:07:21 +0800 |
commit | 103e38b3a719b92e2002efce7b628d1387344956 (patch) | |
tree | ff4795ba51405f58b0871616d5dd825465453113 | |
parent | 06a8e3ee9be7ef7f0de460e3be26de80d0c02589 (diff) |
dt-bindings: arm: fsl: add NXP S32G2 boards
Add bindings for S32G2's evaluation board (S32G-VNP-EVB) and reference
design board 2 ( S32G-VNP-RDB2).
Signed-off-by: Chester Lin <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 70036f2cfdba..7567776c833e 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -992,6 +992,13 @@ properties: - const: solidrun,lx2160a-cex7 - const: fsl,lx2160a + - description: S32G2 based Boards + items: + - enum: + - nxp,s32g274a-evb + - nxp,s32g274a-rdb2 + - const: nxp,s32g2 + - description: S32V234 based Boards items: - enum: |