blob: 1a4568dac65660305d032fb0cf70e2624bd9a73a [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
13&binman {
Marek Vasutf44c7382024-04-26 01:00:37 +020014 section {
15 nxp-imx8mimage {
16 section {
17 signed-hdmi-imx8m {
18 filename = "signed_dp_imx8m.bin";
19 };
20 };
Angus Ainslie3f8667c2022-08-25 06:46:02 -070021 };
22 };
23};