1/*
2 * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
3 *
4 * SPDX-License-Identifier:     GPL-2.0+	X11
5 */
6
7&pinctrl {
8	u-boot,dm-pre-reloc;
9};
10
11&service_msch {
12	u-boot,dm-pre-reloc;
13};
14
15&dmc {
16	u-boot,dm-pre-reloc;
17	status = "okay";
18};
19
20&pmugrf {
21	u-boot,dm-pre-reloc;
22};
23
24&cru {
25	u-boot,dm-pre-reloc;
26};
27
28&grf {
29	u-boot,dm-pre-reloc;
30};
31
32&uart2 {
33	u-boot,dm-pre-reloc;
34};
35