mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
18 lines
183 B
Text
18 lines
183 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
&aips1 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&pinctrl_uart1 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&soc {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&uart1 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|