DDR device tree included in CubeMx is non existent
We are trying to bring up a custom board which used STM32MP157FACx processor.
The DDR memory model we use is W63AH2NBVABE which is a LPDDR3 32-bit. We use CubeMx to generate the device trees. We have chosen the configuration shown below in the picture in CubeMx which generated tf-a device trees and one of them (stm32mp157f-projectname-mx-fw-config.dts) included the following device tree, which is non-existent.
#include "stm32mp15-ddr-128m-fw-config.dts"
The above device tree is not available in the tf-a source in the developer package (Developer-Package/stm32mp1-openstlinux-5.10-dunfell-mp1-21-03-31/sources/arm-ostl-linux-gnueabi/tf-a-stm32mp-2.4.r1-r0/tf-a-sources/fdts) or in the git.
How do we get this file? Does it expect the developer/user to create one? if so, why does the comment not let the user know that?
Any pointers would be much appreciated.
Thanks!
