[PATCH v2 2/2] dt-bindings: arm: fsl: Document missing s32g3 board

From: Wadim Mueller
Date: Tue Mar 19 2024 - 18:18:19 EST


The nxp, s32g399a-rdb3 board is not documented.

* Add entry for S32G3 based boards with nxp,s32g399a-rdb3 item
* Add nxp,s32g3-linflexuart documentation

Signed-off-by: Wadim Mueller <wafgo01@xxxxxxxxx>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++
.../devicetree/bindings/serial/fsl,s32-linflexuart.yaml | 3 +++
2 files changed, 9 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 228dcc5c7d6f..23bf1d7f95b1 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1503,6 +1503,12 @@ properties:
- nxp,s32g274a-rdb2
- const: nxp,s32g2

+ - description: S32G3 based Boards
+ items:
+ - enum:
+ - nxp,s32g399a-rdb3
+ - const: nxp,s32g3
+
- description: S32V234 based Boards
items:
- enum:
diff --git a/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml b/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml
index 7a105551fa6a..f8eb92c9a8d9 100644
--- a/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml
+++ b/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml
@@ -25,6 +25,9 @@ properties:
- items:
- const: nxp,s32g2-linflexuart
- const: fsl,s32v234-linflexuart
+ - items:
+ - const: nxp,s32g3-linflexuart
+ - const: fsl,s32v234-linflexuart

reg:
maxItems: 1
--
2.25.1