Commit ed96dade authored by Chester Lin's avatar Chester Lin Committed by Shawn Guo

dt-bindings: serial: fsl-linflexuart: add compatible for S32G2

Add a compatible string for the uart binding of NXP S32G2 platforms. Here
we use "s32v234-linflexuart" as fallback since the current linflexuart
driver can still work on S32G2.
Signed-off-by: default avatarChester Lin <clin@suse.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 142cb16d
......@@ -20,9 +20,11 @@ allOf:
properties:
compatible:
description: The LINFlexD controller in UART mode.
items:
oneOf:
- const: fsl,s32v234-linflexuart
- items:
- const: nxp,s32g2-linflexuart
- const: fsl,s32v234-linflexuart
reg:
maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment