Angus Ainslie | 3f8667c | 2022-08-25 06:46:02 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0 OR MIT) |
2 | |||||
3 | #include "imx8mq-u-boot.dtsi" | ||||
4 | |||||
5 | &pinctrl_uart1 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 6 | bootph-pre-ram; |
Angus Ainslie | 3f8667c | 2022-08-25 06:46:02 -0700 | [diff] [blame] | 7 | }; |
8 | |||||
9 | &uart1 { /* console */ | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 10 | bootph-pre-ram; |
Angus Ainslie | 3f8667c | 2022-08-25 06:46:02 -0700 | [diff] [blame] | 11 | }; |
12 | |||||
13 | &binman { | ||||
Marek Vasut | f44c738 | 2024-04-26 01:00:37 +0200 | [diff] [blame] | 14 | section { |
15 | nxp-imx8mimage { | ||||
16 | section { | ||||
17 | signed-hdmi-imx8m { | ||||
18 | filename = "signed_dp_imx8m.bin"; | ||||
19 | }; | ||||
20 | }; | ||||
Angus Ainslie | 3f8667c | 2022-08-25 06:46:02 -0700 | [diff] [blame] | 21 | }; |
22 | }; | ||||
23 | }; |