[PATCH v1 0/2] arm64: dts: imx8mp: add support for the ABB SoM and carrier

Heiko Schocher posted 2 patches 3 weeks, 6 days ago
There is a newer version of this series
.../devicetree/bindings/arm/fsl.yaml          |    2 +
arch/arm64/boot/dts/freescale/Makefile        |    5 +
.../imx8mp-aristainetos3-adpismarc.dtsi       |   64 +
.../imx8mp-aristainetos3-adpismarc.dtso       |   14 +
.../imx8mp-aristainetos3-helios-lvds.dtsi     |   89 ++
.../imx8mp-aristainetos3-helios-lvds.dtso     |   13 +
.../imx8mp-aristainetos3-helios.dtsi          |  103 ++
.../imx8mp-aristainetos3-helios.dtso          |   13 +
.../imx8mp-aristainetos3-proton2s.dtsi        |  176 +++
.../imx8mp-aristainetos3-proton2s.dtso        |   13 +
.../imx8mp-aristainetos3a-som-v1.dts          |   18 +
.../imx8mp-aristainetos3a-som-v1.dtsi         | 1210 +++++++++++++++++
12 files changed, 1720 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-adpismarc.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-adpismarc.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios-lvds.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios-lvds.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-proton2s.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-proton2s.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtsi
[PATCH v1 0/2] arm64: dts: imx8mp: add support for the ABB SoM and carrier
Posted by Heiko Schocher 3 weeks, 6 days ago
The board uses a ABB specific SoM from ADLink, based on NXP
i.MX8MP SoC. The SoM is used on 3 different carrier boards,
with small differences, which are all catched up in
devicetree overlays. The kernel image, the basic dtb
and all dtbos are collected in a fitimage. As bootloader
is used U-Boot which detects in his SPL stage the carrier
board by probing some i2c devices. When the correct
carrier is probed, the SPL applies all needed dtbos to
the dtb with which U-Boot gets loaded. Same principle
later before linux image boot, U-Boot applies the dtbos
needed for the carrier board before booting Linux.

So intentionally, there are no full dtb images for all
carrier combinations, only dtbos which applied as needed
on boottime.

Patches to U-Boot mailinglist not posted yet, as U-Boot
uses the same dtb as linux, so hope to get the linux
files first in, and use them when posting U-Boot board
support.

series is based on:
819837584309 - (tag: v6.12-rc5, origin/master, origin/HEAD) Linux 6.12-rc5



Heiko Schocher (2):
  dt-bindings: arm: fsl: Add ABB SoM and carrier
  arm64: dts: imx8mp: add aristainetos3 board support

 .../devicetree/bindings/arm/fsl.yaml          |    2 +
 arch/arm64/boot/dts/freescale/Makefile        |    5 +
 .../imx8mp-aristainetos3-adpismarc.dtsi       |   64 +
 .../imx8mp-aristainetos3-adpismarc.dtso       |   14 +
 .../imx8mp-aristainetos3-helios-lvds.dtsi     |   89 ++
 .../imx8mp-aristainetos3-helios-lvds.dtso     |   13 +
 .../imx8mp-aristainetos3-helios.dtsi          |  103 ++
 .../imx8mp-aristainetos3-helios.dtso          |   13 +
 .../imx8mp-aristainetos3-proton2s.dtsi        |  176 +++
 .../imx8mp-aristainetos3-proton2s.dtso        |   13 +
 .../imx8mp-aristainetos3a-som-v1.dts          |   18 +
 .../imx8mp-aristainetos3a-som-v1.dtsi         | 1210 +++++++++++++++++
 12 files changed, 1720 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-adpismarc.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-adpismarc.dtso
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios-lvds.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios-lvds.dtso
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios.dtso
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-proton2s.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-proton2s.dtso
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtsi

-- 
2.20.1
Re: [PATCH v1 0/2] arm64: dts: imx8mp: add support for the ABB SoM and carrier
Posted by Rob Herring (Arm) 3 weeks, 5 days ago
On Mon, 28 Oct 2024 09:23:30 +0100, Heiko Schocher wrote:
> The board uses a ABB specific SoM from ADLink, based on NXP
> i.MX8MP SoC. The SoM is used on 3 different carrier boards,
> with small differences, which are all catched up in
> devicetree overlays. The kernel image, the basic dtb
> and all dtbos are collected in a fitimage. As bootloader
> is used U-Boot which detects in his SPL stage the carrier
> board by probing some i2c devices. When the correct
> carrier is probed, the SPL applies all needed dtbos to
> the dtb with which U-Boot gets loaded. Same principle
> later before linux image boot, U-Boot applies the dtbos
> needed for the carrier board before booting Linux.
> 
> So intentionally, there are no full dtb images for all
> carrier combinations, only dtbos which applied as needed
> on boottime.
> 
> Patches to U-Boot mailinglist not posted yet, as U-Boot
> uses the same dtb as linux, so hope to get the linux
> files first in, and use them when posting U-Boot board
> support.
> 
> series is based on:
> 819837584309 - (tag: v6.12-rc5, origin/master, origin/HEAD) Linux 6.12-rc5
> 
> 
> 
> Heiko Schocher (2):
>   dt-bindings: arm: fsl: Add ABB SoM and carrier
>   arm64: dts: imx8mp: add aristainetos3 board support
> 
>  .../devicetree/bindings/arm/fsl.yaml          |    2 +
>  arch/arm64/boot/dts/freescale/Makefile        |    5 +
>  .../imx8mp-aristainetos3-adpismarc.dtsi       |   64 +
>  .../imx8mp-aristainetos3-adpismarc.dtso       |   14 +
>  .../imx8mp-aristainetos3-helios-lvds.dtsi     |   89 ++
>  .../imx8mp-aristainetos3-helios-lvds.dtso     |   13 +
>  .../imx8mp-aristainetos3-helios.dtsi          |  103 ++
>  .../imx8mp-aristainetos3-helios.dtso          |   13 +
>  .../imx8mp-aristainetos3-proton2s.dtsi        |  176 +++
>  .../imx8mp-aristainetos3-proton2s.dtso        |   13 +
>  .../imx8mp-aristainetos3a-som-v1.dts          |   18 +
>  .../imx8mp-aristainetos3a-som-v1.dtsi         | 1210 +++++++++++++++++
>  12 files changed, 1720 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-adpismarc.dtsi
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-adpismarc.dtso
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios-lvds.dtsi
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios-lvds.dtso
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios.dtsi
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios.dtso
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-proton2s.dtsi
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-proton2s.dtso
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dts
>  create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtsi
> 
> --
> 2.20.1
> 
> 
> 


My bot found new DTB warnings on the .dts files added or changed in this
series.

Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.

If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:

  pip3 install dtschema --upgrade


New warnings running 'make CHECK_DTBS=y freescale/imx8mp-aristainetos3a-som-v1.dtb' for 20241028082332.21672-1-hs@denx.de:

arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtsi:527.14-540.4: Warning (interrupt_provider): /soc@0/bus@30800000/i2c@30ae0000/tpm@2e: '#interrupt-cells' found, but node is not an interrupt provider
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: /: compatible: 'oneOf' conditional failed, one must be fixed:
	['abb,imx8mp-aristianetos3', 'abb,imx8mp-aristianetos3-som', 'fsl,imx8mp'] is too long
	['abb,imx8mp-aristianetos3', 'abb,imx8mp-aristianetos3-som', 'fsl,imx8mp'] is too short
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: /: compatible: 'oneOf' conditional failed, one must be fixed:
		'abb,imx8mp-aristianetos3' is not one of ['tq,imx8dxp-tqma8xdp-mba8xx']
		'abb,imx8mp-aristianetos3' is not one of ['tq,imx8qxp-tqma8xqp-mba8xx']
		'tq,imx8dxp-tqma8xdp' was expected
		'tq,imx8qxp-tqma8xqp' was expected
		'fsl,imx8dxp' was expected
		'fsl,imx8qxp' was expected
	'abb,imx8mp-aristianetos3' is not one of ['armadeus,imx1-apf9328', 'fsl,imx1ads']
	'abb,imx8mp-aristianetos3' is not one of ['creative,x-fi3', 'fsl,imx23-evk', 'fsl,stmp378x-devb', 'olimex,imx23-olinuxino', 'sandisk,sansa_fuze_plus']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx25-pdk', 'karo,imx25-tx25']
	'abb,imx8mp-aristianetos3' is not one of ['eukrea,mbimxsd25-baseboard']
	'abb,imx8mp-aristianetos3' is not one of ['eukrea,mbimxsd25-baseboard-cmo-qvga', 'eukrea,mbimxsd25-baseboard-dvi-svga', 'eukrea,mbimxsd25-baseboard-dvi-vga']
	'abb,imx8mp-aristianetos3' is not one of ['armadeus,imx27-apf27', 'fsl,imx27-pdk']
	'armadeus,imx27-apf27dev' was expected
	'eukrea,mbimxsd27-baseboard' was expected
	'phytec,imx27-pca100-rdk' was expected
	'phytec,imx27-pcm970' was expected
	'abb,imx8mp-aristianetos3' is not one of ['armadeus,imx28-apf28', 'bluegiga,apx4devkit', 'crystalfontz,cfa10036', 'eukrea,mbmx28lc', 'fsl,imx28-evk', 'i2se,duckbill', 'i2se,duckbill-2', 'karo,tx28', 'lwn,imx28-xea', 'msr,m28cu3', 'schulercontrol,imx28-sps1', 'technologic,imx28-ts4600']
	'aries,m28' was expected
	'aries,m28evk' was expected
	'armadeus,imx28-apf28dev' was expected
	'abb,imx8mp-aristianetos3' is not one of ['crystalfontz,cfa10037', 'crystalfontz,cfa10049', 'crystalfontz,cfa10057', 'crystalfontz,cfa10058']
	'abb,imx8mp-aristianetos3' is not one of ['crystalfontz,cfa10055', 'crystalfontz,cfa10056']
	'abb,imx8mp-aristianetos3' is not one of ['i2se,duckbill-2-485', 'i2se,duckbill-2-enocean', 'i2se,duckbill-2-spi']
	'eukrea,mbmx283lc' was expected
	'eukrea,mbmx287lc' was expected
	'abb,imx8mp-aristianetos3' is not one of ['buglabs,imx31-bug', 'logicpd,imx31-lite']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx35-pdk']
	'eukrea,mbimxsd35-baseboard' was expected
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx50-evk', 'kobo,aura']
	'abb,imx8mp-aristianetos3' is not one of ['armadeus,imx51-apf51', 'fsl,imx51-babbage', 'technologic,imx51-ts4800', 'zii,imx51-scu3-esb', 'zii,imx51-scu2-mezz', 'zii,imx51-rdu1']
	'armadeus,imx51-apf51dev' was expected
	'digi,connectcore-ccxmx51-jsk' was expected
	'eukrea,mbimxsd51' was expected
	'abb,imx8mp-aristianetos3' is not one of ['bhf,cx9020', 'fsl,imx53-ard', 'fsl,imx53-evk', 'fsl,imx53-qsb', 'fsl,imx53-qsrb', 'fsl,imx53-smd', 'ge,imx53-cpuvo', 'inversepath,imx53-usbarmory', 'karo,tx53', 'kiebackpeter,imx53-ddc', 'kiebackpeter,imx53-hsc', 'menlo,m53menlo', 'starterkit,sk-imx53', 'voipac,imx53-dmm-668']
	'aries,imx53-m53evk' was expected
	'tq,mba53' was expected
	'abb,imx8mp-aristianetos3' is not one of ['auvidea,h100', 'bosch,imx6q-acc', 'boundary,imx6q-nitrogen6_max', 'boundary,imx6q-nitrogen6_som2', 'boundary,imx6q-nitrogen6x', 'compulab,cm-fx6', 'dmo,imx6q-edmqmx6', 'ds,imx6q-sbc', 'embest,imx6q-marsboard', 'emtrion,emcon-mx6', 'emtrion,emcon-mx6-avari', 'engicam,imx6-icore', 'engicam,imx6-icore-rqs', 'fsl,imx6q-arm2', 'fsl,imx6q-sabreauto', 'fsl,imx6q-sabrelite', 'fsl,imx6q-sabresd', 'karo,imx6q-tx6q', 'kiebackpeter,imx6q-tpc', 'kontron,imx6q-samx6i', 'kosagi,imx6q-novena', 'kvg,vicut1q', 'logicpd,imx6q-logicpd', 'lwn,display5', 'lwn,mccmon6', 'nutsboard,imx6q-pistachio', 'microsys,sbc6x', 'poslab,imx6q-savageboard', 'prt,prti6q', 'prt,prtwd2', 'rex,imx6q-rex-pro', 'skov,imx6q-skov-revc-lt2', 'skov,imx6q-skov-revc-lt6', 'skov,imx6q-skov-reve-mi1010ait-1cp1', 'solidrun,cubox-i/q', 'solidrun,hummingboard/q', 'solidrun,hummingboard2/q', 'solidrun,solidsense/q', 'tbs,imx6q-tbs2910', 'technexion,imx6q-pico-dwarf', 'technexion,imx6q-pico-hobbit', 'technexion,imx6q-pico-nymph', 'technexion,imx6q-pico-pi', 'technologic,imx6q-ts4900', 'technologic,imx6q-ts7970', 'toradex,apalis_imx6q', 'udoo,imx6q-udoo', 'uniwest,imx6q-evi', 'variscite,dt6customboard', 'wand,imx6q-wandboard', 'ysoft,imx6q-yapp4-crux', 'ysoft,imx6q-yapp4-pegasus', 'zealz,imx6q-gk802', 'zii,imx6q-zii-rdu2']
	'abb,imx8mp-aristianetos3' is not one of ['advantech,imx6q-dms-ba16', 'ge,imx6q-b450v3', 'ge,imx6q-b650v3', 'ge,imx6q-b850v3']
	'armadeus,imx6q-apf6dev' was expected
	'compulab,utilite-pro' was expected
	'dfi,fs700-m60-6qd' was expected
	'dh,imx6q-dhcom-pdk2' was expected
	'abb,imx8mp-aristianetos3' is not one of ['gw,imx6q-gw51xx', 'gw,imx6q-gw52xx', 'gw,imx6q-gw53xx', 'gw,imx6q-gw5400-a', 'gw,imx6q-gw54xx', 'gw,imx6q-gw551x', 'gw,imx6q-gw552x', 'gw,imx6q-gw553x', 'gw,imx6q-gw560x', 'gw,imx6q-gw5903', 'gw,imx6q-gw5904', 'gw,imx6q-gw5907', 'gw,imx6q-gw5910', 'gw,imx6q-gw5912', 'gw,imx6q-gw5913']
	'kontron,imx6q-samx6i-ads2' was expected
	'abb,imx8mp-aristianetos3' is not one of ['phytec,imx6q-pbac06-emmc', 'phytec,imx6q-pbac06-nand']
	'abb,imx8mp-aristianetos3' is not one of ['comvetia,imx6q-lxr', 'phytec,imx6q-pbab01']
	'abb,imx8mp-aristianetos3' is not one of ['toradex,apalis_imx6q-ixora', 'toradex,apalis_imx6q-ixora-v1.1', 'toradex,apalis_imx6q-ixora-v1.2', 'toradex,apalis_imx6q-eval', 'toradex,apalis_imx6q-eval-v1.2']
	'variscite,mx6customboard' was expected
	'tq,imx6q-mba6x-a' was expected
	'tq,imx6q-mba6x-b' was expected
	'abb,imx8mp-aristianetos3' is not one of ['boundary,imx6qp-nitrogen6_max', 'boundary,imx6qp-nitrogen6_som2', 'fsl,imx6qp-sabreauto', 'fsl,imx6qp-sabresd', 'karo,imx6qp-tx6qp', 'kvg,vicutp', 'prt,prtwd3', 'wand,imx6qp-wandboard', 'ysoft,imx6qp-yapp4-crux-plus', 'ysoft,imx6qp-yapp4-pegasus-plus', 'zii,imx6qp-zii-rdu2']
	'phytec,imx6qp-pbac06-nand' was expected
	'tq,imx6qp-mba6x-b' was expected
	'abb,imx8mp-aristianetos3' is not one of ['abb,aristainetos-imx6dl-4', 'abb,aristainetos-imx6dl-7', 'abb,aristainetos2-imx6dl-4', 'abb,aristainetos2-imx6dl-7', 'alt,alti6p', 'boundary,imx6dl-nit6xlite', 'boundary,imx6dl-nitrogen6x', 'bticino,imx6dl-mamoj', 'eckelmann,imx6dl-ci4x10', 'emtrion,emcon-mx6', 'emtrion,emcon-mx6-avari', 'engicam,imx6-icore', 'engicam,imx6-icore-rqs', 'fsl,imx6dl-sabreauto', 'fsl,imx6dl-sabrelite', 'fsl,imx6dl-sabresd', 'karo,imx6dl-tx6dl', 'kontron,imx6dl-samx6i', 'kvg,victgo', 'kvg,vicut1', 'ply,plybas', 'ply,plym2m', 'poslab,imx6dl-savageboard', 'prt,prtmvt', 'prt,prtrvt', 'prt,prtvt7', 'rex,imx6dl-rex-basic', 'riot,imx6s-riotboard', 'sielaff,imx6dl-board', 'skov,imx6dl-skov-revc-lt2', 'skov,imx6dl-skov-revc-lt6', 'solidrun,cubox-i/dl', 'solidrun,hummingboard/dl', 'solidrun,hummingboard2/dl', 'solidrun,solidsense/dl', 'technexion,imx6dl-pico-dwarf', 'technexion,imx6dl-pico-hobbit', 'technexion,imx6dl-pico-nymph', 'technexion,imx6dl-pico-pi', 'technologic,imx6dl-ts4900', 'technologic,imx6dl-ts7970', 'toradex,colibri_imx6dl', 'udoo,imx6dl-udoo', 'vdl,lanmcu', 'wand,imx6dl-wandboard', 'ysoft,imx6dl-yapp4-draco', 'ysoft,imx6dl-yapp4-hydra', 'ysoft,imx6dl-yapp4-lynx', 'ysoft,imx6dl-yapp4-orion', 'ysoft,imx6dl-yapp4-phoenix', 'ysoft,imx6dl-yapp4-ursa']
	'armadeus,imx6dl-apf6dev' was expected
	'abb,imx8mp-aristianetos3' is not one of ['ge,imx6dl-b105v2', 'ge,imx6dl-b105pv2', 'ge,imx6dl-b125v2', 'ge,imx6dl-b125pv2', 'ge,imx6dl-b155v2']
	'dfi,fs700-m60-6dl' was expected
	'abb,imx8mp-aristianetos3' is not one of ['dh,imx6dl-dhcom-pdk2', 'dh,imx6dl-dhcom-picoitx']
	'abb,imx8mp-aristianetos3' is not one of ['gw,imx6dl-gw51xx', 'gw,imx6dl-gw52xx', 'gw,imx6dl-gw53xx', 'gw,imx6dl-gw54xx', 'gw,imx6dl-gw551x', 'gw,imx6dl-gw552x', 'gw,imx6dl-gw553x', 'gw,imx6dl-gw560x', 'gw,imx6dl-gw5903', 'gw,imx6dl-gw5904', 'gw,imx6dl-gw5907', 'gw,imx6dl-gw5910', 'gw,imx6dl-gw5912', 'gw,imx6dl-gw5913']
	'kontron,imx6dl-samx6i-ads2' was expected
	'abb,imx8mp-aristianetos3' is not one of ['phytec,imx6dl-pbac06-emmc', 'phytec,imx6dl-pbac06-nand']
	'phytec,imx6dl-pbab01' was expected
	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri_imx6dl-aster', 'toradex,colibri_imx6dl-eval-v3', 'toradex,colibri_imx6dl-iris', 'toradex,colibri_imx6dl-iris-v2']
	'dh,imx6s-dhcom-drc02' was expected
	'tq,imx6dl-mba6x-a' was expected
	'tq,imx6dl-mba6x-b' was expected
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx6sl-evk', 'kobo,aura2', 'kobo,tolino-shine2hd', 'kobo,tolino-shine3', 'kobo,tolino-vision', 'kobo,tolino-vision5', 'revotics,imx6sl-warp']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx6sll-evk', 'kobo,clarahd', 'kobo,librah2o']
	'abb,imx8mp-aristianetos3' is not one of ['boundary,imx6sx-nitrogen6sx', 'fsl,imx6sx-sabreauto', 'fsl,imx6sx-sdb', 'fsl,imx6sx-sdb-reva', 'samtec,imx6sx-vining-2000', 'udoo,neobasic', 'udoo,neoextended', 'udoo,neofull']
	'abb,imx8mp-aristianetos3' is not one of ['engicam,imx6ul-geam', 'engicam,imx6ul-isiot', 'fsl,imx6ul-14x14-evk', 'karo,imx6ul-tx6ul', 'kontron,sl-imx6ul', 'prt,prti6g', 'technexion,imx6ul-pico-dwarf', 'technexion,imx6ul-pico-hobbit', 'technexion,imx6ul-pico-pi']
	'armadeus,imx6ul-opos6uldev' was expected
	'abb,imx8mp-aristianetos3' is not one of ['digi,ccimx6ulsbcexpress', 'digi,ccimx6ulsbcpro']
	'grinn,imx6ul-liteboard' was expected
	'abb,imx8mp-aristianetos3' is not one of ['phytec,imx6ul-pbacd10-emmc', 'phytec,imx6ul-pbacd10-nand']
	'kontron,bl-imx6ul' was expected
	'kontron,bl-imx6ul-43' was expected
	'abb,imx8mp-aristianetos3' is not one of ['tq,imx6ul-tqma6ul1-mba6ulx']
	'abb,imx8mp-aristianetos3' is not one of ['tq,imx6ul-tqma6ul2-mba6ulx']
	'abb,imx8mp-aristianetos3' is not one of ['tq,imx6ul-tqma6ul2l-mba6ulx', 'tq,imx6ul-tqma6ul2l-mba6ulxl']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx6ull-14x14-evk', 'joz,jozacp', 'kontron,sl-imx6ull', 'myir,imx6ull-mys-6ulx-eval', 'toradex,colibri-imx6ull', 'toradex,colibri-imx6ull-emmc', 'toradex,colibri-imx6ull-wifi', 'uni-t,uti260b']
	'armadeus,imx6ull-opos6uldev' was expected
	'abb,imx8mp-aristianetos3' is not one of ['chargebyte,imx6ull-tarragon-master', 'chargebyte,imx6ull-tarragon-micro', 'chargebyte,imx6ull-tarragon-slave', 'chargebyte,imx6ull-tarragon-slavext']
	'abb,imx8mp-aristianetos3' is not one of ['dh,imx6ull-dhcom-drc02', 'dh,imx6ull-dhcom-pdk2', 'dh,imx6ull-dhcom-picoitx']
	'marantec,imx6ull-dhcor-maveo-box' was expected
	'abb,imx8mp-aristianetos3' is not one of ['phytec,imx6ull-pbacd10-emmc', 'phytec,imx6ull-pbacd10-nand']
	'abb,imx8mp-aristianetos3' is not one of ['phytec,imx6ull-phygate-tauri-emmc', 'phytec,imx6ull-phygate-tauri-nand']
	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx6ull-aster', 'toradex,colibri-imx6ull-eval', 'toradex,colibri-imx6ull-iris', 'toradex,colibri-imx6ull-iris-v2']
	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx6ull-emmc-aster', 'toradex,colibri-imx6ull-emmc-eval', 'toradex,colibri-imx6ull-emmc-iris', 'toradex,colibri-imx6ull-emmc-iris-v2']
	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx6ull-wifi-eval', 'toradex,colibri-imx6ull-wifi-aster', 'toradex,colibri-imx6ull-wifi-iris', 'toradex,colibri-imx6ull-wifi-iris-v2']
	'kontron,bl-imx6ull' was expected
	'abb,imx8mp-aristianetos3' is not one of ['tq,imx6ull-tqma6ull2-mba6ulx']
	'abb,imx8mp-aristianetos3' is not one of ['tq,imx6ull-tqma6ull2l-mba6ulx', 'tq,imx6ull-tqma6ull2l-mba6ulxl']
	'abb,imx8mp-aristianetos3' is not one of ['seeed,imx6ull-seeed-npi-emmc', 'seeed,imx6ull-seeed-npi-nand']
	'abb,imx8mp-aristianetos3' is not one of ['bsh,imx6ulz-bsh-smm-m2', 'fsl,imx6ulz-14x14-evk']
	'abb,imx8mp-aristianetos3' is not one of ['element14,imx7s-warp', 'toradex,colibri-imx7s']
	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx7s-aster', 'toradex,colibri-imx7s-eval-v3', 'toradex,colibri-imx7s-iris', 'toradex,colibri-imx7s-iris-v2']
	'tq,imx7s-mba7' was expected
	'abb,imx8mp-aristianetos3' is not one of ['boundary,imx7d-nitrogen7', 'compulab,cl-som-imx7', 'fsl,imx7d-sdb', 'fsl,imx7d-sdb-reva', 'kam,imx7d-flex-concentrator', 'kam,imx7d-flex-concentrator-mfg', 'novtech,imx7d-meerkat96', 'remarkable,imx7d-remarkable2', 'storopack,imx7d-smegw01', 'technexion,imx7d-pico-dwarf', 'technexion,imx7d-pico-hobbit', 'technexion,imx7d-pico-nymph', 'technexion,imx7d-pico-pi', 'toradex,colibri-imx7d', 'toradex,colibri-imx7d-emmc', 'zii,imx7d-rmu2', 'zii,imx7d-rpu2']
	'tq,imx7d-mba7' was expected
	'compulab,sbc-imx7' was expected
	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx7d-aster', 'toradex,colibri-imx7d-eval-v3', 'toradex,colibri-imx7d-iris', 'toradex,colibri-imx7d-iris-v2']
	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx7d-emmc-aster', 'toradex,colibri-imx7d-emmc-eval-v3', 'toradex,colibri-imx7d-emmc-iris', 'toradex,colibri-imx7d-emmc-iris-v2']
	'abb,imx8mp-aristianetos3' is not one of ['ea,imx7ulp-com', 'fsl,imx7ulp-evk']
	'abb,imx8mp-aristianetos3' is not one of ['beacon,imx8mm-beacon-kit', 'boundary,imx8mm-nitrogen8mm', 'dmo,imx8mm-data-modul-edm-sbc', 'emtrion,emcon-mx8mm-avari', 'fsl,imx8mm-ddr4-evk', 'fsl,imx8mm-evk', 'fsl,imx8mm-evkb', 'gateworks,imx8mm-gw75xx-0x', 'gateworks,imx8mm-gw7904', 'gw,imx8mm-gw71xx-0x', 'gw,imx8mm-gw72xx-0x', 'gw,imx8mm-gw73xx-0x', 'gw,imx8mm-gw7901', 'gw,imx8mm-gw7902', 'gw,imx8mm-gw7903', 'innocomm,wb15-evk', 'kontron,imx8mm-sl', 'kontron,imx8mm-osm-s', 'toradex,verdin-imx8mm', 'toradex,verdin-imx8mm-nonwifi', 'toradex,verdin-imx8mm-wifi', 'prt,prt8mm']
	'abb,imx8mp-aristianetos3' is not one of ['compulab,imx8mm-iot-gateway']
	'ees,imx8mm-emtop-baseboard' was expected
	'abb,imx8mp-aristianetos3' is not one of ['engicam,icore-mx8mm-ctouch2', 'engicam,icore-mx8mm-edimm2.2']
	'kontron,imx8mm-bl' was expected
	'kontron,imx8mm-bl-osm-s' was expected
	'abb,imx8mp-aristianetos3' is not one of ['menlo,mx8menlo', 'toradex,verdin-imx8mm-nonwifi-dahlia', 'toradex,verdin-imx8mm-nonwifi-dev', 'toradex,verdin-imx8mm-nonwifi-ivy', 'toradex,verdin-imx8mm-nonwifi-mallow', 'toradex,verdin-imx8mm-nonwifi-yavia']
	'abb,imx8mp-aristianetos3' is not one of ['toradex,verdin-imx8mm-wifi-dahlia', 'toradex,verdin-imx8mm-wifi-dev', 'toradex,verdin-imx8mm-wifi-ivy', 'toradex,verdin-imx8mm-wifi-mallow', 'toradex,verdin-imx8mm-wifi-yavia']
	'abb,imx8mp-aristianetos3' is not one of ['phytec,imx8mm-phyboard-polis-rdk', 'phytec,imx8mm-phygate-tauri-l']
	'variscite,var-som-mx8mm-symphony' was expected
	'abb,imx8mp-aristianetos3' is not one of ['cloos,imx8mm-phg', 'tq,imx8mm-tqma8mqml-mba8mx']
	'abb,imx8mp-aristianetos3' is not one of ['beacon,imx8mn-beacon-kit', 'bsh,imx8mn-bsh-smm-s2', 'bsh,imx8mn-bsh-smm-s2pro', 'fsl,imx8mn-ddr3l-evk', 'fsl,imx8mn-ddr4-evk', 'fsl,imx8mn-evk', 'gw,imx8mn-gw7902']
	'abb,imx8mp-aristianetos3' is not one of ['dimonoff,gateway-evk', 'rve,gateway', 'variscite,var-som-mx8mn-symphony']
	'abb,imx8mp-aristianetos3' is not one of ['tq,imx8mn-tqma8mqnl-mba8mx']
	'avnet,sm2s-imx8mp-14N0600E-ep1' was expected
	'abb,imx8mp-aristianetos3' is not one of ['dh,imx8mp-dhcom-drc02', 'dh,imx8mp-dhcom-pdk2', 'dh,imx8mp-dhcom-pdk3', 'dh,imx8mp-dhcom-picoitx']
	'abb,imx8mp-aristianetos3' is not one of ['engicam,icore-mx8mp-edimm2.2']
	'kontron,imx8mp-bl-osm-s' was expected
	'kontron,imx8mp-smarc-eval-carrier' was expected
	'phytec,imx8mp-phyboard-pollux-rdk' was expected
	'abb,imx8mp-aristianetos3' is not one of ['polyhex,imx8mp-debix-model-a']
	'abb,imx8mp-aristianetos3' is not one of ['polyhex,imx8mp-debix-som-a-bmb-08']
	'abb,imx8mp-aristianetos3' is not one of ['toradex,verdin-imx8mp-nonwifi-dahlia', 'toradex,verdin-imx8mp-nonwifi-dev', 'toradex,verdin-imx8mp-nonwifi-ivy', 'toradex,verdin-imx8mp-nonwifi-mallow', 'toradex,verdin-imx8mp-nonwifi-yavia']
	'abb,imx8mp-aristianetos3' is not one of ['toradex,verdin-imx8mp-wifi-dahlia', 'toradex,verdin-imx8mp-wifi-dev', 'toradex,verdin-imx8mp-wifi-ivy', 'toradex,verdin-imx8mp-wifi-mallow', 'toradex,verdin-imx8mp-wifi-yavia']
	'abb,imx8mp-aristianetos3' is not one of ['tq,imx8mp-tqma8mpql-mba8mpxl', 'tq,imx8mp-tqma8mpql-mba8mp-ras314']
	'variscite,var-som-mx8mp-symphony' was expected
	'abb,imx8mp-aristianetos3' is not one of ['boundary,imx8mq-nitrogen8m', 'boundary,imx8mq-nitrogen8m-som', 'einfochips,imx8mq-thor96', 'fsl,imx8mq-evk', 'google,imx8mq-phanbell', 'kontron,pitx-imx8m', 'purism,librem5-devkit', 'solidrun,hummingboard-pulse', 'technexion,pico-pi-imx8m']
	'mntre,reform2' was expected
	'abb,imx8mp-aristianetos3' is not one of ['purism,librem5r2', 'purism,librem5r3', 'purism,librem5r4']
	'abb,imx8mp-aristianetos3' is not one of ['tq,imx8mq-tqma8mq-mba8mx']
	'abb,imx8mp-aristianetos3' is not one of ['zii,imx8mq-ultra-rmb3', 'zii,imx8mq-ultra-zest']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx8qm-mek', 'toradex,apalis-imx8', 'toradex,apalis-imx8-v1.1']
	'abb,imx8mp-aristianetos3' is not one of ['toradex,apalis-imx8-eval', 'toradex,apalis-imx8-eval-v1.2', 'toradex,apalis-imx8-ixora-v1.1']
	'abb,imx8mp-aristianetos3' is not one of ['toradex,apalis-imx8-v1.1-eval', 'toradex,apalis-imx8-v1.1-eval-v1.2', 'toradex,apalis-imx8-v1.1-ixora-v1.1', 'toradex,apalis-imx8-v1.1-ixora-v1.2']
	'abb,imx8mp-aristianetos3' is not one of ['einfochips,imx8qxp-ai_ml', 'fsl,imx8qxp-mek']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx8dxl-evk']
	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx8x-aster', 'toradex,colibri-imx8x-eval-v3', 'toradex,colibri-imx8x-iris', 'toradex,colibri-imx8x-iris-v2']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx8ulp-evk']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx93-9x9-qsb', 'fsl,imx93-11x11-evk', 'fsl,imx93-14x14-evk']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx95-19x19-evk']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imxrt1050-evk']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,imxrt1170-evk']
	'abb,imx8mp-aristianetos3' is not one of ['tq,imx93-tqma9352-mba93xxca', 'tq,imx93-tqma9352-mba93xxla']
	'phytec,imx93-phyboard-segin' was expected
	'variscite,var-som-mx93-symphony' was expected
	'kontron,imx93-bl-osm-s' was expected
	'abb,imx8mp-aristianetos3' is not one of ['fsl,vf500', 'fsl,vf510', 'fsl,vf600', 'fsl,vf610', 'fsl,vf610m4']
	'toradex,vf500-colibri_vf50-on-eval' was expected
	'abb,imx8mp-aristianetos3' is not one of ['fsl,vf610-twr', 'lwn,bk4', 'phytec,vf610-cosmic', 'toradex,vf610-colibri_vf61']
	'toradex,vf610-colibri_vf61-on-eval' was expected
	'abb,imx8mp-aristianetos3' is not one of ['zii,vf610cfu1', 'zii,vf610dev-c', 'zii,vf610dev-b', 'zii,vf610scu4-aib', 'zii,vf610dtu', 'zii,vf610spu3', 'zii,vf610spb4']
	'abb,imx8mp-aristianetos3' is not one of ['ebs-systart,oxalis', 'fsl,ls1012a-rdb', 'fsl,ls1012a-frdm', 'fsl,ls1012a-frwy', 'fsl,ls1012a-qds']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls1021a-iot', 'fsl,ls1021a-moxa-uc-8410a', 'fsl,ls1021a-qds', 'fsl,ls1021a-tsn', 'fsl,ls1021a-twr']
	'abb,imx8mp-aristianetos3' is not one of ['tq,ls1021a-tqmls1021a-mbls102xa']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls1028a-qds', 'fsl,ls1028a-rdb']
	'kontron,kbox-a-230-ls' was expected
	'abb,imx8mp-aristianetos3' is not one of ['kontron,sl28-var1-ads2', 'kontron,sl28-var2-ads2', 'kontron,sl28-var3-ads2', 'kontron,sl28-var4-ads2']
	'abb,imx8mp-aristianetos3' is not one of ['kontron,sl28-var1', 'kontron,sl28-var2', 'kontron,sl28-var3', 'kontron,sl28-var4']
	'kontron,sl28' was expected
	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls1043a-rdb', 'fsl,ls1043a-qds']
	'abb,imx8mp-aristianetos3' is not one of ['tq,ls1043a-tqmls1043a-mbls10xxa']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls1046a-frwy', 'fsl,ls1046a-qds', 'fsl,ls1046a-rdb']
	'abb,imx8mp-aristianetos3' is not one of ['tq,ls1046a-tqmls1046a-mbls10xxa']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls1088a-qds', 'fsl,ls1088a-rdb']
	'abb,imx8mp-aristianetos3' is not one of ['tq,ls1088a-tqmls1088a-mbls10xxa']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls2080a-simu', 'fsl,ls2080a-qds', 'fsl,ls2080a-rdb']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls2081a-rdb']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls2088a-qds', 'fsl,ls2088a-rdb']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,lx2160a-bluebox3', 'fsl,lx2160a-bluebox3-rev-a', 'fsl,lx2160a-qds', 'fsl,lx2160a-rdb', 'fsl,lx2162a-qds']
	'abb,imx8mp-aristianetos3' is not one of ['solidrun,clearfog-cx', 'solidrun,honeycomb']
	'abb,imx8mp-aristianetos3' is not one of ['solidrun,lx2162a-clearfog']
	'abb,imx8mp-aristianetos3' is not one of ['tq,lx2160a-tqmlx2160a-mblx2160a']
	'abb,imx8mp-aristianetos3' is not one of ['nxp,s32g274a-evb', 'nxp,s32g274a-rdb2']
	'abb,imx8mp-aristianetos3' is not one of ['nxp,s32g399a-rdb3']
	'abb,imx8mp-aristianetos3' is not one of ['fsl,s32v234-evb']
	'abb,imx8mp-aristianetos3' is not one of ['traverse,ten64']
	'fsl,imx1' was expected
	'fsl,imx23' was expected
	'fsl,imx25' was expected
	'eukrea,cpuimx25' was expected
	'eukrea,mbimxsd25-baseboard' was expected
	'fsl,imx27' was expected
	'armadeus,imx27-apf27' was expected
	'eukrea,cpuimx27' was expected
	'phytec,imx27-pca100' was expected
	'phytec,imx27-pcm038' was expected
	'fsl,imx28' was expected
	'denx,m28' was expected
	'denx,m28evk' was expected
	'armadeus,imx28-apf28' was expected
	'crystalfontz,cfa10036' was expected
	'crystalfontz,cfa10037' was expected
	'i2se,duckbill-2' was expected
	'eukrea,mbmx28lc' was expected
	'fsl,imx31' was expected
	'fsl,imx35' was expected
	'eukrea,cpuimx35' was expected
	'fsl,imx50' was expected
	'fsl,imx51' was expected
	'armadeus,imx51-apf51' was expected
	'digi,connectcore-ccxmx51-som' was expected
	'eukrea,cpuimx51' was expected
	'fsl,imx53' was expected
	'denx,imx53-m53evk' was expected
	'tq,tqma53' was expected
	'fsl,imx6q' was expected
	'advantech,imx6q-ba16' was expected
	'armadeus,imx6q-apf6' was expected
	'compulab,cm-fx6' was expected
	'dfi,fs700e-m60' was expected
	'dh,imx6q-dhcom-som' was expected
	'gw,ventana' was expected
	'kontron,imx6q-samx6i' was expected
	'phytec,imx6q-pbac06' was expected
	'phytec,imx6q-pfla02' was expected
	'toradex,apalis_imx6q' was expected
	'variscite,var-som-imx6q' was expected
	'tq,mba6a' was expected
	'tq,mba6b' was expected
	'fsl,imx6qp' was expected
	'phytec,imx6qp-pbac06' was expected
	'fsl,imx6dl' was expected
	'armadeus,imx6dl-apf6' was expected
	'congatec,qmx6' was expected
	'dh,imx6dl-dhcom-som' was expected
	'kontron,imx6dl-samx6i' was expected
	'phytec,imx6dl-pbac06' was expected
	'phytec,imx6dl-pfla02' was expected
	'toradex,colibri_imx6dl' was expected
	'dh,imx6s-dhcom-som' was expected
	'fsl,imx6sl' was expected
	'fsl,imx6sll' was expected
	'fsl,imx6sx' was expected
	'fsl,imx6ul' was expected
	'armadeus,imx6ul-opos6ul' was expected
	'digi,ccimx6ulsom' was expected
	'grinn,imx6ul-litesom' was expected
	'phytec,imx6ul-pbacd10' was expected
	'kontron,sl-imx6ul' was expected
	'tq,imx6ul-tqma6ul1' was expected
	'tq,imx6ul-tqma6ul2' was expected
	'tq,imx6ul-tqma6ul2l' was expected
	'fsl,imx6ull' was expected
	'armadeus,imx6ull-opos6ul' was expected
	'dh,imx6ull-dhcom-som' was expected
	'dh,imx6ull-dhcor-som' was expected
	'phytec,imx6ull-pbacd10' was expected
	'phytec,imx6ull-phygate-tauri' was expected
	'toradex,colibri-imx6ull' was expected
	'toradex,colibri-imx6ull-emmc' was expected
	'toradex,colibri-imx6ull-wifi' was expected
	'kontron,sl-imx6ull' was expected
	'tq,imx6ull-tqma6ull2' was expected
	'tq,imx6ull-tqma6ull2l' was expected
	'seeed,imx6ull-seeed-npi' was expected
	'fsl,imx7s' was expected
	'toradex,colibri-imx7s' was expected
	'tq,imx7s-tqma7' was expected
	'fsl,imx7d' was expected
	'tq,imx7d-tqma7' was expected
	'compulab,cl-som-imx7' was expected
	'toradex,colibri-imx7d' was expected
	'toradex,colibri-imx7d-emmc' was expected
	'fsl,imx7ulp' was expected
	'fsl,imx8mm' was expected
	'compulab,imx8mm-ucm-som' was expected
	'ees,imx8mm-emtop-som' was expected
	'engicam,icore-mx8mm' was expected
	'kontron,imx8mm-sl' was expected
	'kontron,imx8mm-osm-s' was expected
	'toradex,verdin-imx8mm-nonwifi' was expected
	'toradex,verdin-imx8mm-wifi' was expected
	'phytec,imx8mm-phycore-som' was expected
	'variscite,var-som-mx8mm' was expected
	'tq,imx8mm-tqma8mqml' was expected
	'fsl,imx8mn' was expected
	'variscite,var-som-mx8mn' was expected
	'tq,imx8mn-tqma8mqnl' was expected
	'fsl,imx8mp' was expected
	'avnet,sm2s-imx8mp-14N0600E' was expected
	'dh,imx8mp-dhcom-som' was expected
	'engicam,icore-mx8mp' was expected
	'kontron,imx8mp-osm-s' was expected
	'kontron,imx8mp-smarc' was expected
	'phytec,imx8mp-phycore-som' was expected
	'polyhex,imx8mp-debix' was expected
	'polyhex,imx8mp-debix-som-a' was expected
	'toradex,verdin-imx8mp-nonwifi' was expected
	'toradex,verdin-imx8mp-wifi' was expected
	'tq,imx8mp-tqma8mpql' was expected
	'variscite,var-som-mx8mp' was expected
	'fsl,imx8mq' was expected
	'boundary,imx8mq-nitrogen8m-som' was expected
	'purism,librem5' was expected
	'tq,imx8mq-tqma8mq' was expected
	'zii,imx8mq-ultra' was expected
	'fsl,imx8qm' was expected
	'toradex,apalis-imx8' was expected
	'toradex,apalis-imx8-v1.1' was expected
	'fsl,imx8dxl' was expected
	'toradex,colibri-imx8x' was expected
	'fsl,imx8ulp' was expected
	'fsl,imx93' was expected
	'fsl,imx95' was expected
	'fsl,imxrt1050' was expected
	'fsl,imxrt1170' was expected
	'tq,imx93-tqma9352' was expected
	'phytec,imx93-phycore-som' was expected
	'variscite,var-som-mx93' was expected
	'kontron,imx93-osm-s' was expected
	'toradex,vf500-colibri_vf50' was expected
	'fsl,vf610' was expected
	'toradex,vf610-colibri_vf61' was expected
	'zii,vf610dev' was expected
	'fsl,ls1012a' was expected
	'fsl,ls1021a' was expected
	'tq,ls1021a-tqmls1021a' was expected
	'fsl,ls1028a' was expected
	'kontron,sl28-var4' was expected
	'abb,imx8mp-aristianetos3-som' is not one of ['kontron,sl28-var1', 'kontron,sl28-var2', 'kontron,sl28-var3', 'kontron,sl28-var4']
	'fsl,ls1043a' was expected
	'tq,ls1043a-tqmls1043a' was expected
	'fsl,ls1046a' was expected
	'tq,ls1046a-tqmls1046a' was expected
	'fsl,ls1088a' was expected
	'tq,ls1088a-tqmls1088a' was expected
	'fsl,ls2080a' was expected
	'fsl,ls2081a' was expected
	'fsl,ls2088a' was expected
	'fsl,lx2160a' was expected
	'solidrun,lx2160a-cex7' was expected
	'solidrun,lx2162a-som' was expected
	'tq,lx2160a-tqmlx2160a' was expected
	'nxp,s32g2' was expected
	'nxp,s32g3' was expected
	'fsl,s32v234' was expected
	'phytec,imx6qdl-pcm058' was expected
	'tq,imx6q-tqma6q-a' was expected
	'tq,imx6q-tqma6q-b' was expected
	'tq,imx6qp-tqma6qp-b' was expected
	'tq,imx6dl-tqma6dl-a' was expected
	'tq,imx6dl-tqma6dl-b' was expected
	'phytec,imx6ul-pcl063' was expected
	'phytec,imx6ull-pcl063' was expected
	'fsl,imx6ulz' was expected
	'toradex,verdin-imx8mm' was expected
	'avnet,sm2s-imx8mp' was expected
	'toradex,verdin-imx8mp' was expected
	'fsl,imx8mp' is not one of ['fsl,imx8qxp', 'fsl,imx8dx']
	'fsl,vf500' was expected
	from schema $id: http://devicetree.org/schemas/arm/fsl.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pinctrl@30330000: 'pinctrl-0' is a dependency of 'pinctrl-names'
	from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-consumer.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: clock-controller@30380000: 'init-on-array' does not match any of the regexes: 'pinctrl-[0-9]+'
	from schema $id: http://devicetree.org/schemas/clock/imx8m-clock.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pwm@30670000: #pwm-cells: 3 was expected
	from schema $id: http://devicetree.org/schemas/pwm/imx-pwm.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: spi@30820000: Unevaluated properties are not allowed ('fsl,spi-num-chipselects' was unexpected)
	from schema $id: http://devicetree.org/schemas/spi/fsl-imx-cspi.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: spi@30830000: Unevaluated properties are not allowed ('fsl,spi-num-chipselects' was unexpected)
	from schema $id: http://devicetree.org/schemas/spi/fsl-imx-cspi.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:LDO1: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:LDO2: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:LDO3: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:LDO4: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:LDO5: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:BUCK1: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:BUCK2: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:BUCK4: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:BUCK5: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:BUCK6: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: tpm@2e: compatible: 'oneOf' conditional failed, one must be fixed:
	['st,st33ktpm2xi2c'] is too short
	'st,st33ktpm2xi2c' is not one of ['atmel,at97sc3204t', 'infineon,slb9635tt', 'infineon,slb9645tt', 'infineon,tpm_i2c_infineon', 'nuvoton,npct501', 'nuvoton,npct601', 'st,st33zp24-i2c', 'winbond,wpct301']
	from schema $id: http://devicetree.org/schemas/tpm/tcg,tpm-tis-i2c.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: tpm@2e: Unevaluated properties are not allowed ('#gpio-cells', '#interrupt-cells', 'compatible', 'reset-gpio' were unexpected)
	from schema $id: http://devicetree.org/schemas/tpm/tcg,tpm-tis-i2c.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: tpm@2e: 'gpio-controller' is a dependency of '#gpio-cells'
	from schema $id: http://devicetree.org/schemas/gpio/gpio.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: i2c6_gpioext0@3f: $nodename:0: 'i2c6_gpioext0@3f' does not match '^(pinctrl|pinmux)(@[0-9a-f]+)?$'
	from schema $id: http://devicetree.org/schemas/pinctrl/semtech,sx1501q.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: i2c6_gpioext1@70: $nodename:0: 'i2c6_gpioext1@70' does not match '^(pinctrl|pinmux)(@[0-9a-f]+)?$'
	from schema $id: http://devicetree.org/schemas/pinctrl/semtech,sx1501q.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: i2c6_gpioext1@70: 'aristainetos3-tpm-grp' does not match any of the regexes: '-cfg$', 'pinctrl-[0-9]+'
	from schema $id: http://devicetree.org/schemas/pinctrl/semtech,sx1501q.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: ethernet@30bf0000: tx-queues-config: 'snps,tx-sched-sp' does not match any of the regexes: '^queue[0-9]$', 'pinctrl-[0-9]+'
	from schema $id: http://devicetree.org/schemas/net/nxp,dwmac-imx.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: ethernet@30bf0000: Unevaluated properties are not allowed ('interrupt-names', 'interrupts', 'mdio', 'phy-handle', 'phy-mode', 'reg', 'rx-queues-config', 'snps,force_thresh_dma_mode', 'snps,mtl-rx-config', 'snps,mtl-tx-config', 'tx-queues-config' were unexpected)
	from schema $id: http://devicetree.org/schemas/net/nxp,dwmac-imx.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: ethernet@30bf0000: tx-queues-config: 'snps,tx-sched-sp' does not match any of the regexes: '^queue[0-9]$', 'pinctrl-[0-9]+'
	from schema $id: http://devicetree.org/schemas/net/snps,dwmac.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pcie@33800000: clock-names: ['pcie', 'pcie_aux', 'pcie_phy', 'pcie_bus'] is too long
	from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pcie@33800000: clocks: [[2, 268], [2, 120], [2, 311], [2, 217]] is too long
	from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pcie@33800000: clock-names:1: 'pcie_bus' was expected
	from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pcie@33800000: clock-names:2: 'pcie_aux' was expected
	from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pcie@33800000: clock-names: ['pcie', 'pcie_aux', 'pcie_phy', 'pcie_bus'] is too long
	from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pcie@33800000: Unevaluated properties are not allowed ('ext_osc', 'fsl,max-link-speed', 'fsl,tx-deemph-gen1', 'power-domains', 'reserved-region' were unexpected)
	from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: usb-phy@381f0040: Unevaluated properties are not allowed ('fsl,pcs-tx-deemph-3p5db', 'fsl,phy-comp-dis-tune', 'fsl,phy-pcs-tx-swing-full', 'fsl,phy-tx-preemp-amp-tune', 'fsl,phy-tx-vboost-level', 'fsl,phy-tx-vref-tune' were unexpected)
	from schema $id: http://devicetree.org/schemas/phy/fsl,imx8mq-usb-phy.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: usb-phy@382f0040: Unevaluated properties are not allowed ('fsl,phy-tx-preemp-amp-tune' was unexpected)
	from schema $id: http://devicetree.org/schemas/phy/fsl,imx8mq-usb-phy.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: fixed-regulators: $nodename:0: 'fixed-regulators' does not match '^([a-z][a-z0-9\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'
	from schema $id: http://devicetree.org/schemas/simple-bus.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: fixed-regulators: #size-cells: 0 is not one of [1, 2]
	from schema $id: http://devicetree.org/schemas/simple-bus.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: fixed-regulators: regulator-enet: 'ranges' is a required property
	from schema $id: http://devicetree.org/schemas/simple-bus.yaml#
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: fixed-regulators: 'ranges' is a required property
	from schema $id: http://devicetree.org/schemas/simple-bus.yaml#
Re: [PATCH v1 0/2] arm64: dts: imx8mp: add support for the ABB SoM and carrier
Posted by Heiko Schocher 3 weeks, 5 days ago
Hello Rob,

On 29.10.24 13:44, Rob Herring (Arm) wrote:
> 
> On Mon, 28 Oct 2024 09:23:30 +0100, Heiko Schocher wrote:
>> The board uses a ABB specific SoM from ADLink, based on NXP
>> i.MX8MP SoC. The SoM is used on 3 different carrier boards,
>> with small differences, which are all catched up in
>> devicetree overlays. The kernel image, the basic dtb
>> and all dtbos are collected in a fitimage. As bootloader
>> is used U-Boot which detects in his SPL stage the carrier
>> board by probing some i2c devices. When the correct
>> carrier is probed, the SPL applies all needed dtbos to
>> the dtb with which U-Boot gets loaded. Same principle
>> later before linux image boot, U-Boot applies the dtbos
>> needed for the carrier board before booting Linux.
>>
>> So intentionally, there are no full dtb images for all
>> carrier combinations, only dtbos which applied as needed
>> on boottime.
>>
>> Patches to U-Boot mailinglist not posted yet, as U-Boot
>> uses the same dtb as linux, so hope to get the linux
>> files first in, and use them when posting U-Boot board
>> support.
>>
>> series is based on:
>> 819837584309 - (tag: v6.12-rc5, origin/master, origin/HEAD) Linux 6.12-rc5
>>
>>
>>
>> Heiko Schocher (2):
>>    dt-bindings: arm: fsl: Add ABB SoM and carrier
>>    arm64: dts: imx8mp: add aristainetos3 board support
>>
>>   .../devicetree/bindings/arm/fsl.yaml          |    2 +
>>   arch/arm64/boot/dts/freescale/Makefile        |    5 +
>>   .../imx8mp-aristainetos3-adpismarc.dtsi       |   64 +
>>   .../imx8mp-aristainetos3-adpismarc.dtso       |   14 +
>>   .../imx8mp-aristainetos3-helios-lvds.dtsi     |   89 ++
>>   .../imx8mp-aristainetos3-helios-lvds.dtso     |   13 +
>>   .../imx8mp-aristainetos3-helios.dtsi          |  103 ++
>>   .../imx8mp-aristainetos3-helios.dtso          |   13 +
>>   .../imx8mp-aristainetos3-proton2s.dtsi        |  176 +++
>>   .../imx8mp-aristainetos3-proton2s.dtso        |   13 +
>>   .../imx8mp-aristainetos3a-som-v1.dts          |   18 +
>>   .../imx8mp-aristainetos3a-som-v1.dtsi         | 1210 +++++++++++++++++
>>   12 files changed, 1720 insertions(+)
>>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-adpismarc.dtsi
>>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-adpismarc.dtso
>>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios-lvds.dtsi
>>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios-lvds.dtso
>>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios.dtsi
>>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios.dtso
>>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-proton2s.dtsi
>>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-proton2s.dtso
>>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dts
>>   create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtsi
>>
>> --
>> 2.20.1
>>
>>
>>
> 
> 
> My bot found new DTB warnings on the .dts files added or changed in this
> series.
> 
> Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
> are fixed by another series. Ultimately, it is up to the platform
> maintainer whether these warnings are acceptable or not. No need to reply
> unless the platform maintainer has comments.

I already work on this problems, as Krzysztof already commented
this issue, I am sorry!

bye,
Heiko
> 
> If you already ran DT checks and didn't see these error(s), then
> make sure dt-schema is up to date:
> 
>    pip3 install dtschema --upgrade
> 
> 
> New warnings running 'make CHECK_DTBS=y freescale/imx8mp-aristainetos3a-som-v1.dtb' for 20241028082332.21672-1-hs@denx.de:
> 
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtsi:527.14-540.4: Warning (interrupt_provider): /soc@0/bus@30800000/i2c@30ae0000/tpm@2e: '#interrupt-cells' found, but node is not an interrupt provider
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider'
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: /: compatible: 'oneOf' conditional failed, one must be fixed:
> 	['abb,imx8mp-aristianetos3', 'abb,imx8mp-aristianetos3-som', 'fsl,imx8mp'] is too long
> 	['abb,imx8mp-aristianetos3', 'abb,imx8mp-aristianetos3-som', 'fsl,imx8mp'] is too short
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: /: compatible: 'oneOf' conditional failed, one must be fixed:
> 		'abb,imx8mp-aristianetos3' is not one of ['tq,imx8dxp-tqma8xdp-mba8xx']
> 		'abb,imx8mp-aristianetos3' is not one of ['tq,imx8qxp-tqma8xqp-mba8xx']
> 		'tq,imx8dxp-tqma8xdp' was expected
> 		'tq,imx8qxp-tqma8xqp' was expected
> 		'fsl,imx8dxp' was expected
> 		'fsl,imx8qxp' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['armadeus,imx1-apf9328', 'fsl,imx1ads']
> 	'abb,imx8mp-aristianetos3' is not one of ['creative,x-fi3', 'fsl,imx23-evk', 'fsl,stmp378x-devb', 'olimex,imx23-olinuxino', 'sandisk,sansa_fuze_plus']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx25-pdk', 'karo,imx25-tx25']
> 	'abb,imx8mp-aristianetos3' is not one of ['eukrea,mbimxsd25-baseboard']
> 	'abb,imx8mp-aristianetos3' is not one of ['eukrea,mbimxsd25-baseboard-cmo-qvga', 'eukrea,mbimxsd25-baseboard-dvi-svga', 'eukrea,mbimxsd25-baseboard-dvi-vga']
> 	'abb,imx8mp-aristianetos3' is not one of ['armadeus,imx27-apf27', 'fsl,imx27-pdk']
> 	'armadeus,imx27-apf27dev' was expected
> 	'eukrea,mbimxsd27-baseboard' was expected
> 	'phytec,imx27-pca100-rdk' was expected
> 	'phytec,imx27-pcm970' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['armadeus,imx28-apf28', 'bluegiga,apx4devkit', 'crystalfontz,cfa10036', 'eukrea,mbmx28lc', 'fsl,imx28-evk', 'i2se,duckbill', 'i2se,duckbill-2', 'karo,tx28', 'lwn,imx28-xea', 'msr,m28cu3', 'schulercontrol,imx28-sps1', 'technologic,imx28-ts4600']
> 	'aries,m28' was expected
> 	'aries,m28evk' was expected
> 	'armadeus,imx28-apf28dev' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['crystalfontz,cfa10037', 'crystalfontz,cfa10049', 'crystalfontz,cfa10057', 'crystalfontz,cfa10058']
> 	'abb,imx8mp-aristianetos3' is not one of ['crystalfontz,cfa10055', 'crystalfontz,cfa10056']
> 	'abb,imx8mp-aristianetos3' is not one of ['i2se,duckbill-2-485', 'i2se,duckbill-2-enocean', 'i2se,duckbill-2-spi']
> 	'eukrea,mbmx283lc' was expected
> 	'eukrea,mbmx287lc' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['buglabs,imx31-bug', 'logicpd,imx31-lite']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx35-pdk']
> 	'eukrea,mbimxsd35-baseboard' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx50-evk', 'kobo,aura']
> 	'abb,imx8mp-aristianetos3' is not one of ['armadeus,imx51-apf51', 'fsl,imx51-babbage', 'technologic,imx51-ts4800', 'zii,imx51-scu3-esb', 'zii,imx51-scu2-mezz', 'zii,imx51-rdu1']
> 	'armadeus,imx51-apf51dev' was expected
> 	'digi,connectcore-ccxmx51-jsk' was expected
> 	'eukrea,mbimxsd51' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['bhf,cx9020', 'fsl,imx53-ard', 'fsl,imx53-evk', 'fsl,imx53-qsb', 'fsl,imx53-qsrb', 'fsl,imx53-smd', 'ge,imx53-cpuvo', 'inversepath,imx53-usbarmory', 'karo,tx53', 'kiebackpeter,imx53-ddc', 'kiebackpeter,imx53-hsc', 'menlo,m53menlo', 'starterkit,sk-imx53', 'voipac,imx53-dmm-668']
> 	'aries,imx53-m53evk' was expected
> 	'tq,mba53' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['auvidea,h100', 'bosch,imx6q-acc', 'boundary,imx6q-nitrogen6_max', 'boundary,imx6q-nitrogen6_som2', 'boundary,imx6q-nitrogen6x', 'compulab,cm-fx6', 'dmo,imx6q-edmqmx6', 'ds,imx6q-sbc', 'embest,imx6q-marsboard', 'emtrion,emcon-mx6', 'emtrion,emcon-mx6-avari', 'engicam,imx6-icore', 'engicam,imx6-icore-rqs', 'fsl,imx6q-arm2', 'fsl,imx6q-sabreauto', 'fsl,imx6q-sabrelite', 'fsl,imx6q-sabresd', 'karo,imx6q-tx6q', 'kiebackpeter,imx6q-tpc', 'kontron,imx6q-samx6i', 'kosagi,imx6q-novena', 'kvg,vicut1q', 'logicpd,imx6q-logicpd', 'lwn,display5', 'lwn,mccmon6', 'nutsboard,imx6q-pistachio', 'microsys,sbc6x', 'poslab,imx6q-savageboard', 'prt,prti6q', 'prt,prtwd2', 'rex,imx6q-rex-pro', 'skov,imx6q-skov-revc-lt2', 'skov,imx6q-skov-revc-lt6', 'skov,imx6q-skov-reve-mi1010ait-1cp1', 'solidrun,cubox-i/q', 'solidrun,hummingboard/q', 'solidrun,hummingboard2/q', 'solidrun,solidsense/q', 'tbs,imx6q-tbs2910', 'technexion,imx6q-pico-dwarf', 'technexion,imx6q-pico-hobb
>   it', 'technexion,imx6q-pico-nymph', 'technexion,imx6q-pico-pi', 'technologic,imx6q-ts4900', 'technologic,imx6q-ts7970', 'toradex,apalis_imx6q', 'udoo,imx6q-udoo', 'uniwest,imx6q-evi', 'variscite,dt6customboard', 'wand,imx6q-wandboard', 'ysoft,imx6q-yapp4-crux', 'ysoft,imx6q-yapp4-pegasus', 'zealz,imx6q-gk802', 'zii,imx6q-zii-rdu2']
> 	'abb,imx8mp-aristianetos3' is not one of ['advantech,imx6q-dms-ba16', 'ge,imx6q-b450v3', 'ge,imx6q-b650v3', 'ge,imx6q-b850v3']
> 	'armadeus,imx6q-apf6dev' was expected
> 	'compulab,utilite-pro' was expected
> 	'dfi,fs700-m60-6qd' was expected
> 	'dh,imx6q-dhcom-pdk2' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['gw,imx6q-gw51xx', 'gw,imx6q-gw52xx', 'gw,imx6q-gw53xx', 'gw,imx6q-gw5400-a', 'gw,imx6q-gw54xx', 'gw,imx6q-gw551x', 'gw,imx6q-gw552x', 'gw,imx6q-gw553x', 'gw,imx6q-gw560x', 'gw,imx6q-gw5903', 'gw,imx6q-gw5904', 'gw,imx6q-gw5907', 'gw,imx6q-gw5910', 'gw,imx6q-gw5912', 'gw,imx6q-gw5913']
> 	'kontron,imx6q-samx6i-ads2' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['phytec,imx6q-pbac06-emmc', 'phytec,imx6q-pbac06-nand']
> 	'abb,imx8mp-aristianetos3' is not one of ['comvetia,imx6q-lxr', 'phytec,imx6q-pbab01']
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,apalis_imx6q-ixora', 'toradex,apalis_imx6q-ixora-v1.1', 'toradex,apalis_imx6q-ixora-v1.2', 'toradex,apalis_imx6q-eval', 'toradex,apalis_imx6q-eval-v1.2']
> 	'variscite,mx6customboard' was expected
> 	'tq,imx6q-mba6x-a' was expected
> 	'tq,imx6q-mba6x-b' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['boundary,imx6qp-nitrogen6_max', 'boundary,imx6qp-nitrogen6_som2', 'fsl,imx6qp-sabreauto', 'fsl,imx6qp-sabresd', 'karo,imx6qp-tx6qp', 'kvg,vicutp', 'prt,prtwd3', 'wand,imx6qp-wandboard', 'ysoft,imx6qp-yapp4-crux-plus', 'ysoft,imx6qp-yapp4-pegasus-plus', 'zii,imx6qp-zii-rdu2']
> 	'phytec,imx6qp-pbac06-nand' was expected
> 	'tq,imx6qp-mba6x-b' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['abb,aristainetos-imx6dl-4', 'abb,aristainetos-imx6dl-7', 'abb,aristainetos2-imx6dl-4', 'abb,aristainetos2-imx6dl-7', 'alt,alti6p', 'boundary,imx6dl-nit6xlite', 'boundary,imx6dl-nitrogen6x', 'bticino,imx6dl-mamoj', 'eckelmann,imx6dl-ci4x10', 'emtrion,emcon-mx6', 'emtrion,emcon-mx6-avari', 'engicam,imx6-icore', 'engicam,imx6-icore-rqs', 'fsl,imx6dl-sabreauto', 'fsl,imx6dl-sabrelite', 'fsl,imx6dl-sabresd', 'karo,imx6dl-tx6dl', 'kontron,imx6dl-samx6i', 'kvg,victgo', 'kvg,vicut1', 'ply,plybas', 'ply,plym2m', 'poslab,imx6dl-savageboard', 'prt,prtmvt', 'prt,prtrvt', 'prt,prtvt7', 'rex,imx6dl-rex-basic', 'riot,imx6s-riotboard', 'sielaff,imx6dl-board', 'skov,imx6dl-skov-revc-lt2', 'skov,imx6dl-skov-revc-lt6', 'solidrun,cubox-i/dl', 'solidrun,hummingboard/dl', 'solidrun,hummingboard2/dl', 'solidrun,solidsense/dl', 'technexion,imx6dl-pico-dwarf', 'technexion,imx6dl-pico-hobbit', 'technexion,imx6dl-pico-nymph', 'technexion,imx6dl-pico-pi', 'technologic
>   ,imx6dl-ts4900', 'technologic,imx6dl-ts7970', 'toradex,colibri_imx6dl', 'udoo,imx6dl-udoo', 'vdl,lanmcu', 'wand,imx6dl-wandboard', 'ysoft,imx6dl-yapp4-draco', 'ysoft,imx6dl-yapp4-hydra', 'ysoft,imx6dl-yapp4-lynx', 'ysoft,imx6dl-yapp4-orion', 'ysoft,imx6dl-yapp4-phoenix', 'ysoft,imx6dl-yapp4-ursa']
> 	'armadeus,imx6dl-apf6dev' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['ge,imx6dl-b105v2', 'ge,imx6dl-b105pv2', 'ge,imx6dl-b125v2', 'ge,imx6dl-b125pv2', 'ge,imx6dl-b155v2']
> 	'dfi,fs700-m60-6dl' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['dh,imx6dl-dhcom-pdk2', 'dh,imx6dl-dhcom-picoitx']
> 	'abb,imx8mp-aristianetos3' is not one of ['gw,imx6dl-gw51xx', 'gw,imx6dl-gw52xx', 'gw,imx6dl-gw53xx', 'gw,imx6dl-gw54xx', 'gw,imx6dl-gw551x', 'gw,imx6dl-gw552x', 'gw,imx6dl-gw553x', 'gw,imx6dl-gw560x', 'gw,imx6dl-gw5903', 'gw,imx6dl-gw5904', 'gw,imx6dl-gw5907', 'gw,imx6dl-gw5910', 'gw,imx6dl-gw5912', 'gw,imx6dl-gw5913']
> 	'kontron,imx6dl-samx6i-ads2' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['phytec,imx6dl-pbac06-emmc', 'phytec,imx6dl-pbac06-nand']
> 	'phytec,imx6dl-pbab01' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri_imx6dl-aster', 'toradex,colibri_imx6dl-eval-v3', 'toradex,colibri_imx6dl-iris', 'toradex,colibri_imx6dl-iris-v2']
> 	'dh,imx6s-dhcom-drc02' was expected
> 	'tq,imx6dl-mba6x-a' was expected
> 	'tq,imx6dl-mba6x-b' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx6sl-evk', 'kobo,aura2', 'kobo,tolino-shine2hd', 'kobo,tolino-shine3', 'kobo,tolino-vision', 'kobo,tolino-vision5', 'revotics,imx6sl-warp']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx6sll-evk', 'kobo,clarahd', 'kobo,librah2o']
> 	'abb,imx8mp-aristianetos3' is not one of ['boundary,imx6sx-nitrogen6sx', 'fsl,imx6sx-sabreauto', 'fsl,imx6sx-sdb', 'fsl,imx6sx-sdb-reva', 'samtec,imx6sx-vining-2000', 'udoo,neobasic', 'udoo,neoextended', 'udoo,neofull']
> 	'abb,imx8mp-aristianetos3' is not one of ['engicam,imx6ul-geam', 'engicam,imx6ul-isiot', 'fsl,imx6ul-14x14-evk', 'karo,imx6ul-tx6ul', 'kontron,sl-imx6ul', 'prt,prti6g', 'technexion,imx6ul-pico-dwarf', 'technexion,imx6ul-pico-hobbit', 'technexion,imx6ul-pico-pi']
> 	'armadeus,imx6ul-opos6uldev' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['digi,ccimx6ulsbcexpress', 'digi,ccimx6ulsbcpro']
> 	'grinn,imx6ul-liteboard' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['phytec,imx6ul-pbacd10-emmc', 'phytec,imx6ul-pbacd10-nand']
> 	'kontron,bl-imx6ul' was expected
> 	'kontron,bl-imx6ul-43' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,imx6ul-tqma6ul1-mba6ulx']
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,imx6ul-tqma6ul2-mba6ulx']
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,imx6ul-tqma6ul2l-mba6ulx', 'tq,imx6ul-tqma6ul2l-mba6ulxl']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx6ull-14x14-evk', 'joz,jozacp', 'kontron,sl-imx6ull', 'myir,imx6ull-mys-6ulx-eval', 'toradex,colibri-imx6ull', 'toradex,colibri-imx6ull-emmc', 'toradex,colibri-imx6ull-wifi', 'uni-t,uti260b']
> 	'armadeus,imx6ull-opos6uldev' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['chargebyte,imx6ull-tarragon-master', 'chargebyte,imx6ull-tarragon-micro', 'chargebyte,imx6ull-tarragon-slave', 'chargebyte,imx6ull-tarragon-slavext']
> 	'abb,imx8mp-aristianetos3' is not one of ['dh,imx6ull-dhcom-drc02', 'dh,imx6ull-dhcom-pdk2', 'dh,imx6ull-dhcom-picoitx']
> 	'marantec,imx6ull-dhcor-maveo-box' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['phytec,imx6ull-pbacd10-emmc', 'phytec,imx6ull-pbacd10-nand']
> 	'abb,imx8mp-aristianetos3' is not one of ['phytec,imx6ull-phygate-tauri-emmc', 'phytec,imx6ull-phygate-tauri-nand']
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx6ull-aster', 'toradex,colibri-imx6ull-eval', 'toradex,colibri-imx6ull-iris', 'toradex,colibri-imx6ull-iris-v2']
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx6ull-emmc-aster', 'toradex,colibri-imx6ull-emmc-eval', 'toradex,colibri-imx6ull-emmc-iris', 'toradex,colibri-imx6ull-emmc-iris-v2']
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx6ull-wifi-eval', 'toradex,colibri-imx6ull-wifi-aster', 'toradex,colibri-imx6ull-wifi-iris', 'toradex,colibri-imx6ull-wifi-iris-v2']
> 	'kontron,bl-imx6ull' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,imx6ull-tqma6ull2-mba6ulx']
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,imx6ull-tqma6ull2l-mba6ulx', 'tq,imx6ull-tqma6ull2l-mba6ulxl']
> 	'abb,imx8mp-aristianetos3' is not one of ['seeed,imx6ull-seeed-npi-emmc', 'seeed,imx6ull-seeed-npi-nand']
> 	'abb,imx8mp-aristianetos3' is not one of ['bsh,imx6ulz-bsh-smm-m2', 'fsl,imx6ulz-14x14-evk']
> 	'abb,imx8mp-aristianetos3' is not one of ['element14,imx7s-warp', 'toradex,colibri-imx7s']
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx7s-aster', 'toradex,colibri-imx7s-eval-v3', 'toradex,colibri-imx7s-iris', 'toradex,colibri-imx7s-iris-v2']
> 	'tq,imx7s-mba7' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['boundary,imx7d-nitrogen7', 'compulab,cl-som-imx7', 'fsl,imx7d-sdb', 'fsl,imx7d-sdb-reva', 'kam,imx7d-flex-concentrator', 'kam,imx7d-flex-concentrator-mfg', 'novtech,imx7d-meerkat96', 'remarkable,imx7d-remarkable2', 'storopack,imx7d-smegw01', 'technexion,imx7d-pico-dwarf', 'technexion,imx7d-pico-hobbit', 'technexion,imx7d-pico-nymph', 'technexion,imx7d-pico-pi', 'toradex,colibri-imx7d', 'toradex,colibri-imx7d-emmc', 'zii,imx7d-rmu2', 'zii,imx7d-rpu2']
> 	'tq,imx7d-mba7' was expected
> 	'compulab,sbc-imx7' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx7d-aster', 'toradex,colibri-imx7d-eval-v3', 'toradex,colibri-imx7d-iris', 'toradex,colibri-imx7d-iris-v2']
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx7d-emmc-aster', 'toradex,colibri-imx7d-emmc-eval-v3', 'toradex,colibri-imx7d-emmc-iris', 'toradex,colibri-imx7d-emmc-iris-v2']
> 	'abb,imx8mp-aristianetos3' is not one of ['ea,imx7ulp-com', 'fsl,imx7ulp-evk']
> 	'abb,imx8mp-aristianetos3' is not one of ['beacon,imx8mm-beacon-kit', 'boundary,imx8mm-nitrogen8mm', 'dmo,imx8mm-data-modul-edm-sbc', 'emtrion,emcon-mx8mm-avari', 'fsl,imx8mm-ddr4-evk', 'fsl,imx8mm-evk', 'fsl,imx8mm-evkb', 'gateworks,imx8mm-gw75xx-0x', 'gateworks,imx8mm-gw7904', 'gw,imx8mm-gw71xx-0x', 'gw,imx8mm-gw72xx-0x', 'gw,imx8mm-gw73xx-0x', 'gw,imx8mm-gw7901', 'gw,imx8mm-gw7902', 'gw,imx8mm-gw7903', 'innocomm,wb15-evk', 'kontron,imx8mm-sl', 'kontron,imx8mm-osm-s', 'toradex,verdin-imx8mm', 'toradex,verdin-imx8mm-nonwifi', 'toradex,verdin-imx8mm-wifi', 'prt,prt8mm']
> 	'abb,imx8mp-aristianetos3' is not one of ['compulab,imx8mm-iot-gateway']
> 	'ees,imx8mm-emtop-baseboard' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['engicam,icore-mx8mm-ctouch2', 'engicam,icore-mx8mm-edimm2.2']
> 	'kontron,imx8mm-bl' was expected
> 	'kontron,imx8mm-bl-osm-s' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['menlo,mx8menlo', 'toradex,verdin-imx8mm-nonwifi-dahlia', 'toradex,verdin-imx8mm-nonwifi-dev', 'toradex,verdin-imx8mm-nonwifi-ivy', 'toradex,verdin-imx8mm-nonwifi-mallow', 'toradex,verdin-imx8mm-nonwifi-yavia']
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,verdin-imx8mm-wifi-dahlia', 'toradex,verdin-imx8mm-wifi-dev', 'toradex,verdin-imx8mm-wifi-ivy', 'toradex,verdin-imx8mm-wifi-mallow', 'toradex,verdin-imx8mm-wifi-yavia']
> 	'abb,imx8mp-aristianetos3' is not one of ['phytec,imx8mm-phyboard-polis-rdk', 'phytec,imx8mm-phygate-tauri-l']
> 	'variscite,var-som-mx8mm-symphony' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['cloos,imx8mm-phg', 'tq,imx8mm-tqma8mqml-mba8mx']
> 	'abb,imx8mp-aristianetos3' is not one of ['beacon,imx8mn-beacon-kit', 'bsh,imx8mn-bsh-smm-s2', 'bsh,imx8mn-bsh-smm-s2pro', 'fsl,imx8mn-ddr3l-evk', 'fsl,imx8mn-ddr4-evk', 'fsl,imx8mn-evk', 'gw,imx8mn-gw7902']
> 	'abb,imx8mp-aristianetos3' is not one of ['dimonoff,gateway-evk', 'rve,gateway', 'variscite,var-som-mx8mn-symphony']
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,imx8mn-tqma8mqnl-mba8mx']
> 	'avnet,sm2s-imx8mp-14N0600E-ep1' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['dh,imx8mp-dhcom-drc02', 'dh,imx8mp-dhcom-pdk2', 'dh,imx8mp-dhcom-pdk3', 'dh,imx8mp-dhcom-picoitx']
> 	'abb,imx8mp-aristianetos3' is not one of ['engicam,icore-mx8mp-edimm2.2']
> 	'kontron,imx8mp-bl-osm-s' was expected
> 	'kontron,imx8mp-smarc-eval-carrier' was expected
> 	'phytec,imx8mp-phyboard-pollux-rdk' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['polyhex,imx8mp-debix-model-a']
> 	'abb,imx8mp-aristianetos3' is not one of ['polyhex,imx8mp-debix-som-a-bmb-08']
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,verdin-imx8mp-nonwifi-dahlia', 'toradex,verdin-imx8mp-nonwifi-dev', 'toradex,verdin-imx8mp-nonwifi-ivy', 'toradex,verdin-imx8mp-nonwifi-mallow', 'toradex,verdin-imx8mp-nonwifi-yavia']
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,verdin-imx8mp-wifi-dahlia', 'toradex,verdin-imx8mp-wifi-dev', 'toradex,verdin-imx8mp-wifi-ivy', 'toradex,verdin-imx8mp-wifi-mallow', 'toradex,verdin-imx8mp-wifi-yavia']
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,imx8mp-tqma8mpql-mba8mpxl', 'tq,imx8mp-tqma8mpql-mba8mp-ras314']
> 	'variscite,var-som-mx8mp-symphony' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['boundary,imx8mq-nitrogen8m', 'boundary,imx8mq-nitrogen8m-som', 'einfochips,imx8mq-thor96', 'fsl,imx8mq-evk', 'google,imx8mq-phanbell', 'kontron,pitx-imx8m', 'purism,librem5-devkit', 'solidrun,hummingboard-pulse', 'technexion,pico-pi-imx8m']
> 	'mntre,reform2' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['purism,librem5r2', 'purism,librem5r3', 'purism,librem5r4']
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,imx8mq-tqma8mq-mba8mx']
> 	'abb,imx8mp-aristianetos3' is not one of ['zii,imx8mq-ultra-rmb3', 'zii,imx8mq-ultra-zest']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx8qm-mek', 'toradex,apalis-imx8', 'toradex,apalis-imx8-v1.1']
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,apalis-imx8-eval', 'toradex,apalis-imx8-eval-v1.2', 'toradex,apalis-imx8-ixora-v1.1']
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,apalis-imx8-v1.1-eval', 'toradex,apalis-imx8-v1.1-eval-v1.2', 'toradex,apalis-imx8-v1.1-ixora-v1.1', 'toradex,apalis-imx8-v1.1-ixora-v1.2']
> 	'abb,imx8mp-aristianetos3' is not one of ['einfochips,imx8qxp-ai_ml', 'fsl,imx8qxp-mek']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx8dxl-evk']
> 	'abb,imx8mp-aristianetos3' is not one of ['toradex,colibri-imx8x-aster', 'toradex,colibri-imx8x-eval-v3', 'toradex,colibri-imx8x-iris', 'toradex,colibri-imx8x-iris-v2']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx8ulp-evk']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx93-9x9-qsb', 'fsl,imx93-11x11-evk', 'fsl,imx93-14x14-evk']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imx95-19x19-evk']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imxrt1050-evk']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,imxrt1170-evk']
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,imx93-tqma9352-mba93xxca', 'tq,imx93-tqma9352-mba93xxla']
> 	'phytec,imx93-phyboard-segin' was expected
> 	'variscite,var-som-mx93-symphony' was expected
> 	'kontron,imx93-bl-osm-s' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,vf500', 'fsl,vf510', 'fsl,vf600', 'fsl,vf610', 'fsl,vf610m4']
> 	'toradex,vf500-colibri_vf50-on-eval' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,vf610-twr', 'lwn,bk4', 'phytec,vf610-cosmic', 'toradex,vf610-colibri_vf61']
> 	'toradex,vf610-colibri_vf61-on-eval' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['zii,vf610cfu1', 'zii,vf610dev-c', 'zii,vf610dev-b', 'zii,vf610scu4-aib', 'zii,vf610dtu', 'zii,vf610spu3', 'zii,vf610spb4']
> 	'abb,imx8mp-aristianetos3' is not one of ['ebs-systart,oxalis', 'fsl,ls1012a-rdb', 'fsl,ls1012a-frdm', 'fsl,ls1012a-frwy', 'fsl,ls1012a-qds']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls1021a-iot', 'fsl,ls1021a-moxa-uc-8410a', 'fsl,ls1021a-qds', 'fsl,ls1021a-tsn', 'fsl,ls1021a-twr']
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,ls1021a-tqmls1021a-mbls102xa']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls1028a-qds', 'fsl,ls1028a-rdb']
> 	'kontron,kbox-a-230-ls' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['kontron,sl28-var1-ads2', 'kontron,sl28-var2-ads2', 'kontron,sl28-var3-ads2', 'kontron,sl28-var4-ads2']
> 	'abb,imx8mp-aristianetos3' is not one of ['kontron,sl28-var1', 'kontron,sl28-var2', 'kontron,sl28-var3', 'kontron,sl28-var4']
> 	'kontron,sl28' was expected
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls1043a-rdb', 'fsl,ls1043a-qds']
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,ls1043a-tqmls1043a-mbls10xxa']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls1046a-frwy', 'fsl,ls1046a-qds', 'fsl,ls1046a-rdb']
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,ls1046a-tqmls1046a-mbls10xxa']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls1088a-qds', 'fsl,ls1088a-rdb']
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,ls1088a-tqmls1088a-mbls10xxa']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls2080a-simu', 'fsl,ls2080a-qds', 'fsl,ls2080a-rdb']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls2081a-rdb']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,ls2088a-qds', 'fsl,ls2088a-rdb']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,lx2160a-bluebox3', 'fsl,lx2160a-bluebox3-rev-a', 'fsl,lx2160a-qds', 'fsl,lx2160a-rdb', 'fsl,lx2162a-qds']
> 	'abb,imx8mp-aristianetos3' is not one of ['solidrun,clearfog-cx', 'solidrun,honeycomb']
> 	'abb,imx8mp-aristianetos3' is not one of ['solidrun,lx2162a-clearfog']
> 	'abb,imx8mp-aristianetos3' is not one of ['tq,lx2160a-tqmlx2160a-mblx2160a']
> 	'abb,imx8mp-aristianetos3' is not one of ['nxp,s32g274a-evb', 'nxp,s32g274a-rdb2']
> 	'abb,imx8mp-aristianetos3' is not one of ['nxp,s32g399a-rdb3']
> 	'abb,imx8mp-aristianetos3' is not one of ['fsl,s32v234-evb']
> 	'abb,imx8mp-aristianetos3' is not one of ['traverse,ten64']
> 	'fsl,imx1' was expected
> 	'fsl,imx23' was expected
> 	'fsl,imx25' was expected
> 	'eukrea,cpuimx25' was expected
> 	'eukrea,mbimxsd25-baseboard' was expected
> 	'fsl,imx27' was expected
> 	'armadeus,imx27-apf27' was expected
> 	'eukrea,cpuimx27' was expected
> 	'phytec,imx27-pca100' was expected
> 	'phytec,imx27-pcm038' was expected
> 	'fsl,imx28' was expected
> 	'denx,m28' was expected
> 	'denx,m28evk' was expected
> 	'armadeus,imx28-apf28' was expected
> 	'crystalfontz,cfa10036' was expected
> 	'crystalfontz,cfa10037' was expected
> 	'i2se,duckbill-2' was expected
> 	'eukrea,mbmx28lc' was expected
> 	'fsl,imx31' was expected
> 	'fsl,imx35' was expected
> 	'eukrea,cpuimx35' was expected
> 	'fsl,imx50' was expected
> 	'fsl,imx51' was expected
> 	'armadeus,imx51-apf51' was expected
> 	'digi,connectcore-ccxmx51-som' was expected
> 	'eukrea,cpuimx51' was expected
> 	'fsl,imx53' was expected
> 	'denx,imx53-m53evk' was expected
> 	'tq,tqma53' was expected
> 	'fsl,imx6q' was expected
> 	'advantech,imx6q-ba16' was expected
> 	'armadeus,imx6q-apf6' was expected
> 	'compulab,cm-fx6' was expected
> 	'dfi,fs700e-m60' was expected
> 	'dh,imx6q-dhcom-som' was expected
> 	'gw,ventana' was expected
> 	'kontron,imx6q-samx6i' was expected
> 	'phytec,imx6q-pbac06' was expected
> 	'phytec,imx6q-pfla02' was expected
> 	'toradex,apalis_imx6q' was expected
> 	'variscite,var-som-imx6q' was expected
> 	'tq,mba6a' was expected
> 	'tq,mba6b' was expected
> 	'fsl,imx6qp' was expected
> 	'phytec,imx6qp-pbac06' was expected
> 	'fsl,imx6dl' was expected
> 	'armadeus,imx6dl-apf6' was expected
> 	'congatec,qmx6' was expected
> 	'dh,imx6dl-dhcom-som' was expected
> 	'kontron,imx6dl-samx6i' was expected
> 	'phytec,imx6dl-pbac06' was expected
> 	'phytec,imx6dl-pfla02' was expected
> 	'toradex,colibri_imx6dl' was expected
> 	'dh,imx6s-dhcom-som' was expected
> 	'fsl,imx6sl' was expected
> 	'fsl,imx6sll' was expected
> 	'fsl,imx6sx' was expected
> 	'fsl,imx6ul' was expected
> 	'armadeus,imx6ul-opos6ul' was expected
> 	'digi,ccimx6ulsom' was expected
> 	'grinn,imx6ul-litesom' was expected
> 	'phytec,imx6ul-pbacd10' was expected
> 	'kontron,sl-imx6ul' was expected
> 	'tq,imx6ul-tqma6ul1' was expected
> 	'tq,imx6ul-tqma6ul2' was expected
> 	'tq,imx6ul-tqma6ul2l' was expected
> 	'fsl,imx6ull' was expected
> 	'armadeus,imx6ull-opos6ul' was expected
> 	'dh,imx6ull-dhcom-som' was expected
> 	'dh,imx6ull-dhcor-som' was expected
> 	'phytec,imx6ull-pbacd10' was expected
> 	'phytec,imx6ull-phygate-tauri' was expected
> 	'toradex,colibri-imx6ull' was expected
> 	'toradex,colibri-imx6ull-emmc' was expected
> 	'toradex,colibri-imx6ull-wifi' was expected
> 	'kontron,sl-imx6ull' was expected
> 	'tq,imx6ull-tqma6ull2' was expected
> 	'tq,imx6ull-tqma6ull2l' was expected
> 	'seeed,imx6ull-seeed-npi' was expected
> 	'fsl,imx7s' was expected
> 	'toradex,colibri-imx7s' was expected
> 	'tq,imx7s-tqma7' was expected
> 	'fsl,imx7d' was expected
> 	'tq,imx7d-tqma7' was expected
> 	'compulab,cl-som-imx7' was expected
> 	'toradex,colibri-imx7d' was expected
> 	'toradex,colibri-imx7d-emmc' was expected
> 	'fsl,imx7ulp' was expected
> 	'fsl,imx8mm' was expected
> 	'compulab,imx8mm-ucm-som' was expected
> 	'ees,imx8mm-emtop-som' was expected
> 	'engicam,icore-mx8mm' was expected
> 	'kontron,imx8mm-sl' was expected
> 	'kontron,imx8mm-osm-s' was expected
> 	'toradex,verdin-imx8mm-nonwifi' was expected
> 	'toradex,verdin-imx8mm-wifi' was expected
> 	'phytec,imx8mm-phycore-som' was expected
> 	'variscite,var-som-mx8mm' was expected
> 	'tq,imx8mm-tqma8mqml' was expected
> 	'fsl,imx8mn' was expected
> 	'variscite,var-som-mx8mn' was expected
> 	'tq,imx8mn-tqma8mqnl' was expected
> 	'fsl,imx8mp' was expected
> 	'avnet,sm2s-imx8mp-14N0600E' was expected
> 	'dh,imx8mp-dhcom-som' was expected
> 	'engicam,icore-mx8mp' was expected
> 	'kontron,imx8mp-osm-s' was expected
> 	'kontron,imx8mp-smarc' was expected
> 	'phytec,imx8mp-phycore-som' was expected
> 	'polyhex,imx8mp-debix' was expected
> 	'polyhex,imx8mp-debix-som-a' was expected
> 	'toradex,verdin-imx8mp-nonwifi' was expected
> 	'toradex,verdin-imx8mp-wifi' was expected
> 	'tq,imx8mp-tqma8mpql' was expected
> 	'variscite,var-som-mx8mp' was expected
> 	'fsl,imx8mq' was expected
> 	'boundary,imx8mq-nitrogen8m-som' was expected
> 	'purism,librem5' was expected
> 	'tq,imx8mq-tqma8mq' was expected
> 	'zii,imx8mq-ultra' was expected
> 	'fsl,imx8qm' was expected
> 	'toradex,apalis-imx8' was expected
> 	'toradex,apalis-imx8-v1.1' was expected
> 	'fsl,imx8dxl' was expected
> 	'toradex,colibri-imx8x' was expected
> 	'fsl,imx8ulp' was expected
> 	'fsl,imx93' was expected
> 	'fsl,imx95' was expected
> 	'fsl,imxrt1050' was expected
> 	'fsl,imxrt1170' was expected
> 	'tq,imx93-tqma9352' was expected
> 	'phytec,imx93-phycore-som' was expected
> 	'variscite,var-som-mx93' was expected
> 	'kontron,imx93-osm-s' was expected
> 	'toradex,vf500-colibri_vf50' was expected
> 	'fsl,vf610' was expected
> 	'toradex,vf610-colibri_vf61' was expected
> 	'zii,vf610dev' was expected
> 	'fsl,ls1012a' was expected
> 	'fsl,ls1021a' was expected
> 	'tq,ls1021a-tqmls1021a' was expected
> 	'fsl,ls1028a' was expected
> 	'kontron,sl28-var4' was expected
> 	'abb,imx8mp-aristianetos3-som' is not one of ['kontron,sl28-var1', 'kontron,sl28-var2', 'kontron,sl28-var3', 'kontron,sl28-var4']
> 	'fsl,ls1043a' was expected
> 	'tq,ls1043a-tqmls1043a' was expected
> 	'fsl,ls1046a' was expected
> 	'tq,ls1046a-tqmls1046a' was expected
> 	'fsl,ls1088a' was expected
> 	'tq,ls1088a-tqmls1088a' was expected
> 	'fsl,ls2080a' was expected
> 	'fsl,ls2081a' was expected
> 	'fsl,ls2088a' was expected
> 	'fsl,lx2160a' was expected
> 	'solidrun,lx2160a-cex7' was expected
> 	'solidrun,lx2162a-som' was expected
> 	'tq,lx2160a-tqmlx2160a' was expected
> 	'nxp,s32g2' was expected
> 	'nxp,s32g3' was expected
> 	'fsl,s32v234' was expected
> 	'phytec,imx6qdl-pcm058' was expected
> 	'tq,imx6q-tqma6q-a' was expected
> 	'tq,imx6q-tqma6q-b' was expected
> 	'tq,imx6qp-tqma6qp-b' was expected
> 	'tq,imx6dl-tqma6dl-a' was expected
> 	'tq,imx6dl-tqma6dl-b' was expected
> 	'phytec,imx6ul-pcl063' was expected
> 	'phytec,imx6ull-pcl063' was expected
> 	'fsl,imx6ulz' was expected
> 	'toradex,verdin-imx8mm' was expected
> 	'avnet,sm2s-imx8mp' was expected
> 	'toradex,verdin-imx8mp' was expected
> 	'fsl,imx8mp' is not one of ['fsl,imx8qxp', 'fsl,imx8dx']
> 	'fsl,vf500' was expected
> 	from schema $id: http://devicetree.org/schemas/arm/fsl.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pinctrl@30330000: 'pinctrl-0' is a dependency of 'pinctrl-names'
> 	from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-consumer.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: clock-controller@30380000: 'init-on-array' does not match any of the regexes: 'pinctrl-[0-9]+'
> 	from schema $id: http://devicetree.org/schemas/clock/imx8m-clock.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pwm@30670000: #pwm-cells: 3 was expected
> 	from schema $id: http://devicetree.org/schemas/pwm/imx-pwm.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: spi@30820000: Unevaluated properties are not allowed ('fsl,spi-num-chipselects' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/spi/fsl-imx-cspi.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: spi@30830000: Unevaluated properties are not allowed ('fsl,spi-num-chipselects' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/spi/fsl-imx-cspi.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:LDO1: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:LDO2: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:LDO3: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:LDO4: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:LDO5: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:BUCK1: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:BUCK2: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:BUCK4: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:BUCK5: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pmic@25: regulators:BUCK6: Unevaluated properties are not allowed ('regulator-compatible' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/regulator/nxp,pca9450-regulator.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: tpm@2e: compatible: 'oneOf' conditional failed, one must be fixed:
> 	['st,st33ktpm2xi2c'] is too short
> 	'st,st33ktpm2xi2c' is not one of ['atmel,at97sc3204t', 'infineon,slb9635tt', 'infineon,slb9645tt', 'infineon,tpm_i2c_infineon', 'nuvoton,npct501', 'nuvoton,npct601', 'st,st33zp24-i2c', 'winbond,wpct301']
> 	from schema $id: http://devicetree.org/schemas/tpm/tcg,tpm-tis-i2c.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: tpm@2e: Unevaluated properties are not allowed ('#gpio-cells', '#interrupt-cells', 'compatible', 'reset-gpio' were unexpected)
> 	from schema $id: http://devicetree.org/schemas/tpm/tcg,tpm-tis-i2c.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: tpm@2e: 'gpio-controller' is a dependency of '#gpio-cells'
> 	from schema $id: http://devicetree.org/schemas/gpio/gpio.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: i2c6_gpioext0@3f: $nodename:0: 'i2c6_gpioext0@3f' does not match '^(pinctrl|pinmux)(@[0-9a-f]+)?$'
> 	from schema $id: http://devicetree.org/schemas/pinctrl/semtech,sx1501q.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: i2c6_gpioext1@70: $nodename:0: 'i2c6_gpioext1@70' does not match '^(pinctrl|pinmux)(@[0-9a-f]+)?$'
> 	from schema $id: http://devicetree.org/schemas/pinctrl/semtech,sx1501q.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: i2c6_gpioext1@70: 'aristainetos3-tpm-grp' does not match any of the regexes: '-cfg$', 'pinctrl-[0-9]+'
> 	from schema $id: http://devicetree.org/schemas/pinctrl/semtech,sx1501q.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: ethernet@30bf0000: tx-queues-config: 'snps,tx-sched-sp' does not match any of the regexes: '^queue[0-9]$', 'pinctrl-[0-9]+'
> 	from schema $id: http://devicetree.org/schemas/net/nxp,dwmac-imx.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: ethernet@30bf0000: Unevaluated properties are not allowed ('interrupt-names', 'interrupts', 'mdio', 'phy-handle', 'phy-mode', 'reg', 'rx-queues-config', 'snps,force_thresh_dma_mode', 'snps,mtl-rx-config', 'snps,mtl-tx-config', 'tx-queues-config' were unexpected)
> 	from schema $id: http://devicetree.org/schemas/net/nxp,dwmac-imx.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: ethernet@30bf0000: tx-queues-config: 'snps,tx-sched-sp' does not match any of the regexes: '^queue[0-9]$', 'pinctrl-[0-9]+'
> 	from schema $id: http://devicetree.org/schemas/net/snps,dwmac.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pcie@33800000: clock-names: ['pcie', 'pcie_aux', 'pcie_phy', 'pcie_bus'] is too long
> 	from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pcie@33800000: clocks: [[2, 268], [2, 120], [2, 311], [2, 217]] is too long
> 	from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pcie@33800000: clock-names:1: 'pcie_bus' was expected
> 	from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pcie@33800000: clock-names:2: 'pcie_aux' was expected
> 	from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pcie@33800000: clock-names: ['pcie', 'pcie_aux', 'pcie_phy', 'pcie_bus'] is too long
> 	from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: pcie@33800000: Unevaluated properties are not allowed ('ext_osc', 'fsl,max-link-speed', 'fsl,tx-deemph-gen1', 'power-domains', 'reserved-region' were unexpected)
> 	from schema $id: http://devicetree.org/schemas/pci/fsl,imx6q-pcie.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: usb-phy@381f0040: Unevaluated properties are not allowed ('fsl,pcs-tx-deemph-3p5db', 'fsl,phy-comp-dis-tune', 'fsl,phy-pcs-tx-swing-full', 'fsl,phy-tx-preemp-amp-tune', 'fsl,phy-tx-vboost-level', 'fsl,phy-tx-vref-tune' were unexpected)
> 	from schema $id: http://devicetree.org/schemas/phy/fsl,imx8mq-usb-phy.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: usb-phy@382f0040: Unevaluated properties are not allowed ('fsl,phy-tx-preemp-amp-tune' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/phy/fsl,imx8mq-usb-phy.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: fixed-regulators: $nodename:0: 'fixed-regulators' does not match '^([a-z][a-z0-9\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'
> 	from schema $id: http://devicetree.org/schemas/simple-bus.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: fixed-regulators: #size-cells: 0 is not one of [1, 2]
> 	from schema $id: http://devicetree.org/schemas/simple-bus.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: fixed-regulators: regulator-enet: 'ranges' is a required property
> 	from schema $id: http://devicetree.org/schemas/simple-bus.yaml#
> arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtb: fixed-regulators: 'ranges' is a required property
> 	from schema $id: http://devicetree.org/schemas/simple-bus.yaml#
> 
> 
> 
> 

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de