1/*
2 * Copyright (C) 2018 EETS GmbH - https://www.eets.ch/
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7/ {
8	ocp {
9		u-boot,dm-pre-reloc;
10	};
11};
12
13&l4_wkup {
14	u-boot,dm-pre-reloc;
15};
16
17&scm {
18	u-boot,dm-pre-reloc;
19};
20
21&am33xx_pinmux {
22	u-boot,dm-pre-reloc;
23};
24
25&uart3_pins {
26	u-boot,dm-pre-reloc;
27};
28
29&uart3 {
30	u-boot,dm-pre-reloc;
31};
32
33&mmc1_pins {
34	u-boot,dm-pre-reloc;
35};
36
37&mmc2_pins {
38	u-boot,dm-pre-reloc;
39};
40