From: Abel Vesa <abel.vesa@xxxxxxx> This work is taken from NXP's internal tree. In order to fast track the upstreaming, I took the latest versions of the files, trying to keep the original author where possible. With this patchset, i.MX8DXL boots to prompt with SD rootfs. Abel Vesa (2): arm64: dts: imx8-ss-lsio: Add mu5a mailbox arm64: dts: freescale: Add adma subsystem dtsi for imx8dxl Jacky Bai (5): arm64: dts: freescale: Add the top level dtsi support for imx8dxl arm64: dts: freescale: Add the imx8dxl connectivity subsys dtsi arm64: dts: freescale: Add ddr subsys dtsi for imx8dxl arm64: dts: freescale: Add lsio subsys dtsi for imx8dxl arm64: dts: imx8dxl: Add i.MX8DXL evk board support arch/arm64/boot/dts/freescale/Makefile | 1 + .../boot/dts/freescale/imx8-ss-lsio.dtsi | 9 + arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 429 ++++++++++++++++++ .../boot/dts/freescale/imx8dxl-ss-adma.dtsi | 53 +++ .../boot/dts/freescale/imx8dxl-ss-conn.dtsi | 133 ++++++ .../boot/dts/freescale/imx8dxl-ss-ddr.dtsi | 34 ++ .../boot/dts/freescale/imx8dxl-ss-lsio.dtsi | 68 +++ arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 286 ++++++++++++ 8 files changed, 1013 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-evk.dts create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-adma.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-ddr.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl-ss-lsio.dtsi create mode 100644 arch/arm64/boot/dts/freescale/imx8dxl.dtsi -- 2.31.1