Device Tree for the stm32mp1 SoM

Hello,

I have yet to find a device tree for U-boot or Linux for the SoM. Does there exist one as a starting point?

Best Regards

Hi,

The U‑Boot device tree seems to be available at https://github.com/Seeed-Studio/u-boot/blob/v2018.11-stm32mp-s/arch/arm/dts/stm32mp157a-dk1.dts, while the Linux one is at https://github.com/Seeed-Studio/linux/blob/stm32-4.19.y/arch/arm/boot/dts/stm32mp1-seeed-npi-full.dts. There are may be more DTs related to the SoM in these folders. Note that both are stored in non­‑default branches.

HTH