mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
20 lines
171 B
Text
20 lines
171 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/* Copyright 2023 NXP */
|
||
|
|
||
|
&duart0 {
|
||
|
bootph-all;
|
||
|
};
|
||
|
|
||
|
&duart1 {
|
||
|
bootph-all;
|
||
|
};
|
||
|
|
||
|
&duart2 {
|
||
|
bootph-all;
|
||
|
};
|
||
|
|
||
|
&duart3 {
|
||
|
bootph-all;
|
||
|
};
|
||
|
|