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