1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright 2019
4 * Lukasz Majewski, DENX Software Engineering, lukma@denx.de
5 */
6
7/ {
8	soc {
9		u-boot,dm-pre-reloc;
10	};
11};
12
13&aips0 {
14	u-boot,dm-pre-reloc;
15};
16
17&pinctrl_ddr {
18	u-boot,dm-pre-reloc;
19};
20
21&pinctrl_uart1 {
22	u-boot,dm-pre-reloc;
23};
24
25&uart1 {
26	u-boot,dm-pre-reloc;
27};
28