summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi
AgeCommit message (Collapse)AuthorFilesLines
2023-02-14dm: dts: Convert driver model tags to use new schemaSimon Glass1-1/+1
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>
2023-01-31imx: mx6ull/z_14x14_evk: clean up UART iomuxPeng Fan1-0/+8
After DM_SERIAL, and set pinctrl_uart1 as pre-reloc, no need initialize iomux at board file. Signed-off-by: Peng Fan <peng.fan@nxp.com>