[PATCH v3 2/7] dt-bindings: arm: fsl: Add Toradex OSM iMX91/iMX93
From: Francesco Dolcini
Date: Thu Sep 24 2026 - 02:58:44 EST
From: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx>
Add bindings for the Toradex OSM iMX91 and OSM iMX93 SoMs and the
OSM Development Board they can be mated with.
The Toradex OSM iMX91 and OSM iMX93 are OSM 1.2-compliant SoMs based
on the NXP i.MX91 and i.MX93 SoCs, respectively.
Link: https://www.toradex.com/computer-on-modules/osm-arm-family/nxp-imx91
Link: https://www.toradex.com/computer-on-modules/osm-arm-family/nxp-imx93
Link: https://www.toradex.com/products/carrier-board/osm-development-board
Signed-off-by: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
---
v3: rebased
v2:
- add acked-by
---
Documentation/devicetree/bindings/arm/fsl.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index f3c73510c18b..e563d96e4ff7 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1537,6 +1537,12 @@ properties:
- const: toradex,lino-imx91
- const: fsl,imx91
+ - description: i.MX91 boards with Toradex OSM Modules
+ items:
+ - const: toradex,osm-imx91-dev # OSM iMX91 Module on OSM Dev Board
+ - const: toradex,osm-imx91
+ - const: fsl,imx91
+
- description: i.MX93 based Boards
items:
- enum:
@@ -1557,6 +1563,12 @@ properties:
- const: toradex,lino-imx93
- const: fsl,imx93
+ - description: i.MX93 boards with Toradex OSM Modules
+ items:
+ - const: toradex,osm-imx93-dev # OSM iMX93 Module on OSM Dev Board
+ - const: toradex,osm-imx93
+ - const: fsl,imx93
+
- description: i.MX94 based Boards
items:
- enum:
--
2.47.3