mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
28 lines
328 B
Text
28 lines
328 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright 2019
|
||
|
* Lukasz Majewski, DENX Software Engineering, lukma@denx.de
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
soc {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&aips0 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&pinctrl_ddr {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&pinctrl_uart1 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&uart1 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|