blob: 7c1dab2acfc7573ec377c3b369ef6afb4f016adc [file] [log] [blame]
Peng Fan3f2b4d72021-08-07 16:01:13 +08001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright 2021 NXP
4 */
5
6&{/soc@0} {
7 u-boot,dm-spl;
8};
9
10&per_bridge3 {
11 u-boot,dm-spl;
12};
13
14&per_bridge4 {
15 u-boot,dm-spl;
16};
17
18&iomuxc1 {
19 u-boot,dm-spl;
20};
21
22&pinctrl_lpuart5 {
23 u-boot,dm-spl;
24};
25
26&s400_mu {
27 u-boot,dm-spl;
28};
29
30&lpuart5 {
31 u-boot,dm-spl;
32};
33
34&usdhc0 {
35 u-boot,dm-spl;
36};
37
38&pinctrl_usdhc0 {
39 u-boot,dm-spl;
40};