mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 22:03:15 +00:00
12 lines
158 B
Text
12 lines
158 B
Text
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
||
|
|
||
|
#include "imx8mq-u-boot.dtsi"
|
||
|
|
||
|
&pinctrl_uart1 {
|
||
|
bootph-pre-ram;
|
||
|
};
|
||
|
|
||
|
&uart1 { /* console */
|
||
|
bootph-pre-ram;
|
||
|
};
|