mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 13:56:30 +00:00
13 lines
142 B
Text
13 lines
142 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/* Copyright 2023 NXP */
|
||
|
|
||
|
&serial0 {
|
||
|
bootph-all;
|
||
|
};
|
||
|
|
||
|
&serial1 {
|
||
|
bootph-all;
|
||
|
};
|
||
|
|
||
|
#include "u-boot.dtsi"
|