1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2018 NXP
4 */
5
6&mu {
7	u-boot,dm-spl;
8};
9
10&clk {
11	u-boot,dm-spl;
12};
13
14&iomuxc {
15	u-boot,dm-spl;
16};
17
18&pd_lsio {
19	u-boot,dm-spl;
20};
21
22&pd_lsio_gpio0 {
23	u-boot,dm-spl;
24};
25
26&pd_lsio_gpio1 {
27	u-boot,dm-spl;
28};
29
30&pd_lsio_gpio2 {
31	u-boot,dm-spl;
32};
33
34&pd_lsio_gpio3 {
35	u-boot,dm-spl;
36};
37
38&pd_lsio_gpio4 {
39	u-boot,dm-spl;
40};
41
42&pd_lsio_gpio5 {
43	u-boot,dm-spl;
44};
45
46&pd_lsio_gpio6 {
47	u-boot,dm-spl;
48};
49
50&pd_lsio_gpio7 {
51	u-boot,dm-spl;
52};
53
54&pd_conn {
55	u-boot,dm-spl;
56};
57
58&pd_conn_sdch0 {
59	u-boot,dm-spl;
60};
61
62&pd_conn_sdch1 {
63	u-boot,dm-spl;
64};
65
66&pd_conn_sdch2 {
67	u-boot,dm-spl;
68};
69
70&gpio0 {
71	u-boot,dm-spl;
72};
73
74&gpio1 {
75	u-boot,dm-spl;
76};
77
78&gpio2 {
79	u-boot,dm-spl;
80};
81
82&gpio3 {
83	u-boot,dm-spl;
84};
85
86&gpio4 {
87	u-boot,dm-spl;
88};
89
90&gpio5 {
91	u-boot,dm-spl;
92};
93
94&gpio6 {
95	u-boot,dm-spl;
96};
97
98&gpio7 {
99	u-boot,dm-spl;
100};
101
102&lpuart0 {
103	u-boot,dm-spl;
104};
105
106&usdhc1 {
107	u-boot,dm-spl;
108};
109
110&usdhc2 {
111	u-boot,dm-spl;
112};
113