blob: 98da015a4443868c64ed2327e0328e9169bc164f [file] [log] [blame]
Angus Ainslie3f8667c2022-08-25 06:46:02 -07001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2
3#include "imx8mq-u-boot.dtsi"
4
5&pinctrl_uart1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -07006 bootph-pre-ram;
Angus Ainslie3f8667c2022-08-25 06:46:02 -07007};
8
9&uart1 { /* console */
Simon Glassd3a98cb2023-02-13 08:56:33 -070010 bootph-pre-ram;
Angus Ainslie3f8667c2022-08-25 06:46:02 -070011};
12
Marek Vasut9fe526d2024-05-21 12:48:24 +020013&binman_imx_spl {
Marek Vasutf44c7382024-04-26 01:00:37 +020014 section {
Marek Vasut9fe526d2024-05-21 12:48:24 +020015 signed-hdmi-imx8m {
16 filename = "signed_dp_imx8m.bin";
Angus Ainslie3f8667c2022-08-25 06:46:02 -070017 };
18 };
19};