Where are the imx8 DTS files please?

In Device Tree Overlays on Torizon | Toradex Developer Center we have the following suggested tcbuild.yaml

# Sample configuration file:
input:
  easy-installer:
    local: torizon-core-docker-colibri-imx6-Tezi_6.1.0+build.1.tar
# Sample customization: insert the hdmi overlay in the IMX6
customization:
  device-tree:
    include-dirs:
      - linux/include
    custom: linux/arc/arm/boot/dts/imx6dl-colibri-eval-v3.dts
    overlays:
      add:
        - device-trees/overlays/colibri-imx6_hdmi_overlay.dts

output:
  easy-installer:
    local: torizon-core-docker-colibri-imx6-Tezi_6.1.0+build.CUSTOM

Now, I suspect that “arc” in the custom: declaration should be “arch”. If so, we have the necessary files for imx6 and imx7 in linux/arch/arm/boot/dts/

However, there are none for imx8.

<user>@<hostname>:~/tcbdir$ ls linux/arch/arm/boot/dts/imx8*
ls: cannot access 'linux/arch/arm/boot/dts/imx8*': No such file or directory

I used the suggested --depth 1 in the clone of linux.

Where are the imx8 files please?

Greetings @Sebtombs,

On that article you are using, in the same section where you are instructed to use git clone there is a table showing the location of the device tree files in the cloned linux source:

If you are looking for a specific file, you can just use the find command.

Best Regards,
Jeremias

Thanks Jeremias. I apologise for not reading that table properly.

All the best,

Mark

Glad I was able to help clarify.

Hi @Sebtombs!

Good catch here! We fixed this. Thanks!

Best regards,