aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/imxrt1170-evk-u-boot.dtsi
AgeCommit message (Collapse)AuthorFilesLines
2023-02-14dm: dts: Convert driver model tags to use new schemaSimon Glass1-22/+22
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
2022-09-18ARM: dts: imx: add i.MXRT1170-EVK supportJesse Taube1-0/+94
The NXP i.MXRT1170 Evaluation Kit (EVK) provides a platform for rapid evaluation of the i.MXRT, which features NXP's implementation of the Arm Cortex-M7 and Cortex-M4 core. The EVK provides 64 MB SDRAM, Micro SD card socket, USB 2.0 OTG. This patch aims to support the preliminary booting up features as follows: GPIO LPUART SD/MMC SDRAM Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>