diff options
author | Pengfei Li <pengfei.li_1@nxp.com> | 2025-08-06 19:41:09 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2025-08-22 16:35:42 +0800 |
commit | 6351806e5cd3290de6914327a7359e6f4a9e9a5f (patch) | |
tree | 484c6d607bc6c75954781c47c31f23808560ffe0 | |
parent | 255ca339320d6295d678398b54973dddc792e2d2 (diff) |
dt-bindings: arm: fsl: add i.MX91 11x11 evk board
Add the board imx91-11x11-evk in the binding document.
Signed-off-by: Pengfei Li <pengfei.li_1@nxp.com>
Signed-off-by: Joy Zou <joy.zou@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
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 02431ab80aa6..ebafa6ecbcb6 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1387,6 +1387,12 @@ properties: - fsl,imx8ulp-evk # i.MX8ULP EVK Board - const: fsl,imx8ulp + - description: i.MX91 based Boards + items: + - enum: + - fsl,imx91-11x11-evk # i.MX91 11x11 EVK Board + - const: fsl,imx91 + - description: i.MX93 based Boards items: - enum: |