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