diff options
| author | Tom Rini <[email protected]> | 2024-11-09 11:26:14 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-09 11:26:14 -0600 |
| commit | 9c25cd563179cf32cf3b119d5ae78ef8348d0335 (patch) | |
| tree | c276c6af42a7e1f8c4e8fde49acb605f46e72330 /dts/upstream/src | |
| parent | f448c4517b55f4018271cdf014615eb54121d863 (diff) | |
| parent | 28958998f6301bc4a247a9057a623f997ee78c11 (diff) | |
Merge tag 'u-boot-imx-master-20241105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23262
- Improve imx9 boot medium autodection.
- Add possibility to skip DCD on i.MX8.
- Switch to using upstream DT on DH i.MX6 DHCOM.
- Add support for i.MX6DL DHCOM SoM on PDK2 carrier board.
- Handle FIELD_RETURN on i.MX HAB.
Diffstat (limited to 'dts/upstream/src')
| -rw-r--r-- | dts/upstream/src/arm/nxp/imx/imx6dl-dhcom-pdk2.dts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dts/upstream/src/arm/nxp/imx/imx6dl-dhcom-pdk2.dts b/dts/upstream/src/arm/nxp/imx/imx6dl-dhcom-pdk2.dts new file mode 100644 index 00000000000..38235925257 --- /dev/null +++ b/dts/upstream/src/arm/nxp/imx/imx6dl-dhcom-pdk2.dts @@ -0,0 +1,20 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2024 Marek Vasut <[email protected]> + * + * DHCOM iMX6 variant: + * DHCM-iMX6DL-C080-R102-F0819-E-SD-RTC-T-HS-I-01D2 + * DHCOM PCB number: 493-400 or newer + * PDK2 PCB number: 516-400 or newer + */ +/dts-v1/; + +#include "imx6dl.dtsi" +#include "imx6qdl-dhcom-som.dtsi" +#include "imx6qdl-dhcom-pdk2.dtsi" + +/ { + model = "DH electronics i.MX6DL DHCOM on Premium Developer Kit (2)"; + compatible = "dh,imx6dl-dhcom-pdk2", "dh,imx6dl-dhcom-som", + "fsl,imx6dl"; +}; |
