projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git://git.denx.de/u-boot-usb
[platform/kernel/u-boot.git]
/
arch
/
arm
/
dts
/
imx8mp-evk-u-boot.dtsi
1
// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* Copyright 2019 NXP
4
*/
5
6
&{/soc@0} {
7
u-boot,dm-pre-reloc;
8
u-boot,dm-spl;
9
};
10
11
&clk {
12
u-boot,dm-spl;
13
u-boot,dm-pre-reloc;
14
};
15
16
&osc_32k {
17
u-boot,dm-spl;
18
u-boot,dm-pre-reloc;
19
};
20
21
&osc_24m {
22
u-boot,dm-spl;
23
u-boot,dm-pre-reloc;
24
};
25
26
&aips1 {
27
u-boot,dm-spl;
28
u-boot,dm-pre-reloc;
29
};
30
31
&aips2 {
32
u-boot,dm-spl;
33
};
34
35
&aips3 {
36
u-boot,dm-spl;
37
};
38
39
&iomuxc {
40
u-boot,dm-spl;
41
};
42
43
®_usdhc2_vmmc {
44
u-boot,dm-spl;
45
};
46
47
&pinctrl_uart2 {
48
u-boot,dm-spl;
49
};
50
51
&pinctrl_usdhc2_gpio {
52
u-boot,dm-spl;
53
};
54
55
&pinctrl_usdhc2 {
56
u-boot,dm-spl;
57
};
58
59
&pinctrl_usdhc3 {
60
u-boot,dm-spl;
61
};
62
63
&gpio1 {
64
u-boot,dm-spl;
65
};
66
67
&gpio2 {
68
u-boot,dm-spl;
69
};
70
71
&gpio3 {
72
u-boot,dm-spl;
73
};
74
75
&gpio4 {
76
u-boot,dm-spl;
77
};
78
79
&gpio5 {
80
u-boot,dm-spl;
81
};
82
83
&uart2 {
84
u-boot,dm-spl;
85
};
86
87
&i2c1 {
88
u-boot,dm-spl;
89
};
90
91
&i2c2 {
92
u-boot,dm-spl;
93
};
94
95
&i2c3 {
96
u-boot,dm-spl;
97
};
98
99
&i2c4 {
100
u-boot,dm-spl;
101
};
102
103
&i2c5 {
104
u-boot,dm-spl;
105
};
106
107
&i2c6 {
108
u-boot,dm-spl;
109
};
110
111
&usdhc1 {
112
u-boot,dm-spl;
113
};
114
115
&usdhc2 {
116
u-boot,dm-spl;
117
};
118
119
&usdhc3 {
120
u-boot,dm-spl;
121
};