diff options
| author | Jacky Bai <ping.bai@nxp.com> | 2025-04-21 14:51:37 +0800 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-05-09 21:48:51 +0800 |
| commit | 4f28aeab5293317d5dc031d77ff2a35270b012aa (patch) | |
| tree | a0ccf128f8253d8c840c6636801fd8a3aab5f39e | |
| parent | d34db26e9ea504a758841afcd04c73928cd238de (diff) | |
dt-bindings: arm: fsl: add i.MX943 EVK board
Add DT compatible string for NXP i.MX943 EVK board.
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -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 179d45a4623d..a25160abe902 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1366,6 +1366,12 @@ properties: - fsl,imx93-14x14-evk # i.MX93 14x14 EVK Board - const: fsl,imx93 + - description: i.MX94 based Boards + items: + - enum: + - fsl,imx943-evk # i.MX943 EVK Board + - const: fsl,imx94 + - description: i.MX95 based Boards items: - enum: |
