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