mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 22:05:08 +00:00
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: Chester Lin <clin@suse.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
142cb16dbc
commit
ed96dadec8
@ -20,9 +20,11 @@ allOf:
|
|||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
description: The LINFlexD controller in UART mode.
|
oneOf:
|
||||||
items:
|
|
||||||
- const: fsl,s32v234-linflexuart
|
- const: fsl,s32v234-linflexuart
|
||||||
|
- items:
|
||||||
|
- const: nxp,s32g2-linflexuart
|
||||||
|
- const: fsl,s32v234-linflexuart
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user