mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-10 12:18:55 +00:00
8 lines
130 B
Text
8 lines
130 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2023 Tony Dinh <mibodhi@gmail.com>
|
||
|
*/
|
||
|
&uart0 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|