mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
40 lines
410 B
Text
40 lines
410 B
Text
|
/*
|
||
|
* Copyright (C) 2018 EETS GmbH - https://www.eets.ch/
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
ocp {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&l4_wkup {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&scm {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&am33xx_pinmux {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&uart3_pins {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&uart3 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&mmc1_pins {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&mmc2_pins {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|