blob: 80d6475b7c06743a88d237eb7e970cb117501834 [file] [log] [blame]
Peng Fan0d331c02019-03-05 02:32:49 +00001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2018 NXP
4 */
5
Peng Fan84abc8d2019-09-02 16:04:11 +08006&{/imx8qm-pm} {
7
8 u-boot,dm-spl;
9};
10
Peng Fan0d331c02019-03-05 02:32:49 +000011&mu {
12 u-boot,dm-spl;
13};
14
15&clk {
16 u-boot,dm-spl;
17};
18
19&iomuxc {
20 u-boot,dm-spl;
21};
22
23&pd_lsio {
24 u-boot,dm-spl;
25};
26
27&pd_lsio_gpio0 {
28 u-boot,dm-spl;
29};
30
31&pd_lsio_gpio1 {
32 u-boot,dm-spl;
33};
34
35&pd_lsio_gpio2 {
36 u-boot,dm-spl;
37};
38
39&pd_lsio_gpio3 {
40 u-boot,dm-spl;
41};
42
43&pd_lsio_gpio4 {
44 u-boot,dm-spl;
45};
46
47&pd_lsio_gpio5 {
48 u-boot,dm-spl;
49};
50
51&pd_lsio_gpio6 {
52 u-boot,dm-spl;
53};
54
55&pd_lsio_gpio7 {
56 u-boot,dm-spl;
57};
58
59&pd_conn {
60 u-boot,dm-spl;
61};
62
63&pd_conn_sdch0 {
64 u-boot,dm-spl;
65};
66
67&pd_conn_sdch1 {
68 u-boot,dm-spl;
69};
70
71&pd_conn_sdch2 {
72 u-boot,dm-spl;
73};
74
Peng Fan2634ba52019-09-02 10:20:14 +000075&pd_dma {
76 u-boot,dm-spl;
77};
78
79&pd_dma_lpuart0 {
80 u-boot,dm-spl;
81};
82
Peng Fan0d331c02019-03-05 02:32:49 +000083&gpio0 {
84 u-boot,dm-spl;
85};
86
87&gpio1 {
88 u-boot,dm-spl;
89};
90
91&gpio2 {
92 u-boot,dm-spl;
93};
94
95&gpio3 {
96 u-boot,dm-spl;
97};
98
99&gpio4 {
100 u-boot,dm-spl;
101};
102
103&gpio5 {
104 u-boot,dm-spl;
105};
106
107&gpio6 {
108 u-boot,dm-spl;
109};
110
111&gpio7 {
112 u-boot,dm-spl;
113};
114
115&lpuart0 {
116 u-boot,dm-spl;
117};
118
119&usdhc1 {
120 u-boot,dm-spl;
121};
122
123&usdhc2 {
124 u-boot,dm-spl;
125};