1// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * Copyright 2020 Toradex
4 */
5
6&{/imx8qx-pm} {
7
8	u-boot,dm-pre-proper;
9};
10
11&mu {
12	u-boot,dm-pre-proper;
13};
14
15&clk {
16	u-boot,dm-pre-proper;
17};
18
19&iomuxc {
20	u-boot,dm-pre-proper;
21};
22
23&pd_lsio {
24	u-boot,dm-pre-proper;
25};
26
27&pd_lsio_gpio0 {
28	u-boot,dm-pre-proper;
29};
30
31&pd_lsio_gpio1 {
32	u-boot,dm-pre-proper;
33};
34
35&pd_lsio_gpio2 {
36	u-boot,dm-pre-proper;
37};
38
39&pd_lsio_gpio3 {
40	u-boot,dm-pre-proper;
41};
42
43&pd_lsio_gpio4 {
44	u-boot,dm-pre-proper;
45};
46
47&pd_lsio_gpio5 {
48	u-boot,dm-pre-proper;
49};
50
51&pd_lsio_gpio6 {
52	u-boot,dm-pre-proper;
53};
54
55&pd_lsio_gpio7 {
56	u-boot,dm-pre-proper;
57};
58
59&pd_dma {
60	u-boot,dm-pre-proper;
61};
62
63&pd_dma_lpuart0 {
64	u-boot,dm-pre-proper;
65};
66
67&pd_dma_lpuart3 {
68	u-boot,dm-pre-proper;
69};
70
71&pd_conn {
72	u-boot,dm-pre-proper;
73};
74
75&pd_conn_sdch0 {
76	u-boot,dm-pre-proper;
77};
78
79&pd_conn_sdch1 {
80	u-boot,dm-pre-proper;
81};
82
83&pd_conn_sdch2 {
84	u-boot,dm-pre-proper;
85};
86
87&pd_conn_enet0 {
88	u-boot,dm-pre-proper;
89};
90
91&gpio0 {
92	u-boot,dm-pre-proper;
93};
94
95&gpio1 {
96	u-boot,dm-pre-proper;
97};
98
99&gpio2 {
100	u-boot,dm-pre-proper;
101};
102
103&gpio3 {
104	u-boot,dm-pre-proper;
105};
106
107&gpio4 {
108	u-boot,dm-pre-proper;
109};
110
111&gpio5 {
112	u-boot,dm-pre-proper;
113};
114
115&gpio6 {
116	u-boot,dm-pre-proper;
117};
118
119&gpio7 {
120	u-boot,dm-pre-proper;
121};
122
123&lpuart3 {
124	u-boot,dm-pre-proper;
125};
126
127&lpuart0 {
128	u-boot,dm-pre-proper;
129};
130
131&usdhc1 {
132	u-boot,dm-pre-proper;
133	/delete-property/ assigned-clock-parents;
134};
135
136&usdhc2 {
137	u-boot,dm-pre-proper;
138	/delete-property/ assigned-clock-parents;
139};
140