Skip to content

Commit 1d9140d

Browse files
committed
Merge tag 'imx-bindings-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/dt
i.MX dt-bindings update for 6.6: - Add new compatibles for various i.MX based boards: DEBIX, TQMa93xxLA, Gateworks i.MX8M, etc. * tag 'imx-bindings-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: dt-bindings: arm: Add Polyhex DEBIX SOM A based boards dt-bindings: arm: fsl: fix DEBIX binding dt-bindings: arm: fsl: add TQ-Systems LS1021A board dt-bindings: arm: Add Gateworks i.MX8M Plus gw73xx-2x board dt-bindings: arm: Add Gateworks i.MX8M Plus gw72xx-2x board dt-bindings: arm: Add Gateworks i.MX8M Plus gw71xx-2x board dt-bindings: arm: Add Gateworks i.MX8M Mini GW7905-0x board dt-bindings: arm: add TQMa93xxLA SOM Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents d02dbab + 8b7b603 commit 1d9140d

File tree

1 file changed

+47
-2
lines changed
  • Documentation/devicetree/bindings/arm

1 file changed

+47
-2
lines changed

Documentation/devicetree/bindings/arm/fsl.yaml

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ properties:
909909
- fsl,imx8mm-evk # i.MX8MM EVK Board
910910
- fsl,imx8mm-evkb # i.MX8MM EVKB Board
911911
- gateworks,imx8mm-gw7904
912+
- gateworks,imx8mm-gw7905-0x # i.MX8MM Gateworks Board
912913
- gw,imx8mm-gw71xx-0x # i.MX8MM Gateworks Development Kit
913914
- gw,imx8mm-gw72xx-0x # i.MX8MM Gateworks Development Kit
914915
- gw,imx8mm-gw73xx-0x # i.MX8MM Gateworks Development Kit
@@ -1031,10 +1032,11 @@ properties:
10311032
- beacon,imx8mp-beacon-kit # i.MX8MP Beacon Development Kit
10321033
- dmo,imx8mp-data-modul-edm-sbc # i.MX8MP eDM SBC
10331034
- fsl,imx8mp-evk # i.MX8MP EVK Board
1035+
- gateworks,imx8mp-gw71xx-2x # i.MX8MP Gateworks Board
1036+
- gateworks,imx8mp-gw72xx-2x # i.MX8MP Gateworks Board
1037+
- gateworks,imx8mp-gw73xx-2x # i.MX8MP Gateworks Board
10341038
- gateworks,imx8mp-gw74xx # i.MX8MP Gateworks Board
10351039
- gateworks,imx8mp-gw7905-2x # i.MX8MP Gateworks Board
1036-
- polyhex,imx8mp-debix # Polyhex Debix boards
1037-
- polyhex,imx8mp-debix-model-a # Polyhex Debix Model A Board
10381040
- toradex,verdin-imx8mp # Verdin iMX8M Plus Modules
10391041
- toradex,verdin-imx8mp-nonwifi # Verdin iMX8M Plus Modules without Wi-Fi / BT
10401042
- toradex,verdin-imx8mp-wifi # Verdin iMX8M Plus Wi-Fi / BT Modules
@@ -1068,6 +1070,20 @@ properties:
10681070
- const: phytec,imx8mp-phycore-som # phyCORE-i.MX8MP SoM
10691071
- const: fsl,imx8mp
10701072

1073+
- description: Polyhex DEBIX i.MX8MP based SBCs
1074+
items:
1075+
- enum:
1076+
- polyhex,imx8mp-debix-model-a # Polyhex Debix Model A Board
1077+
- const: polyhex,imx8mp-debix # Polyhex i.MX8MP Debix SBCs
1078+
- const: fsl,imx8mp
1079+
1080+
- description: Polyhex DEBIX i.MX8MP SOM A based boards
1081+
items:
1082+
- enum:
1083+
- polyhex,imx8mp-debix-som-a-bmb-08 # Polyhex Debix SOM A on SOM A I/O board
1084+
- const: polyhex,imx8mp-debix-som-a # Polyhex Debix SOM A
1085+
- const: fsl,imx8mp
1086+
10711087
- description: Toradex Boards with Verdin iMX8M Plus Modules
10721088
items:
10731089
- enum:
@@ -1219,6 +1235,25 @@ properties:
12191235
- fsl,imxrt1170-evk # i.MXRT1170 EVK Board
12201236
- const: fsl,imxrt1170
12211237

1238+
- description:
1239+
TQMa93xxLA and TQMa93xxCA are two series of feature compatible SOM
1240+
using NXP i.MX93 SOC in 11x11 mm package.
1241+
TQMa93xxLA is designed to be soldered on different carrier boards.
1242+
TQMa93xxCA is a compatible variant using board to board connectors.
1243+
All SOM and CPU variants use the same device tree hence only one
1244+
compatible is needed. Bootloader disables all features not present
1245+
in the assembled SOC.
1246+
MBa93xxCA mainboard can be used as starterkit for the SOM
1247+
soldered on an adapter board or for the connector variant
1248+
MBa93xxLA mainboard is a single board computer using the solderable
1249+
SOM variant
1250+
items:
1251+
- enum:
1252+
- tq,imx93-tqma9352-mba93xxca # TQ-Systems GmbH i.MX93 TQMa93xxCA/LA SOM on MBa93xxCA
1253+
- tq,imx93-tqma9352-mba93xxla # TQ-Systems GmbH i.MX93 TQMa93xxLA SOM on MBa93xxLA SBC
1254+
- const: tq,imx93-tqma9352 # TQ-Systems GmbH i.MX93 TQMa93xxCA/LA SOM
1255+
- const: fsl,imx93
1256+
12221257
- description:
12231258
Freescale Vybrid Platform Device Tree Bindings
12241259

@@ -1289,6 +1324,16 @@ properties:
12891324
- fsl,ls1021a-twr
12901325
- const: fsl,ls1021a
12911326

1327+
- description:
1328+
TQ-Systems TQMLS102xA is a series of socketable SOM featuring
1329+
LS102x system-on-chip variants. MBLS102xA mainboard can be used as
1330+
starterkit.
1331+
items:
1332+
- enum:
1333+
- tq,ls1021a-tqmls1021a-mbls102xa
1334+
- const: tq,ls1021a-tqmls1021a
1335+
- const: fsl,ls1021a
1336+
12921337
- description: LS1028A based Boards
12931338
items:
12941339
- enum:

0 commit comments

Comments
 (0)