-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathsama7d65_curiosity.its
368 lines (331 loc) · 7.66 KB
/
sama7d65_curiosity.its
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Flattened Image Tree file for SAMA7D65-CURIOSITY board
*
* Copyright (C) 2024 Microchip Technology Inc. and its subsidiaries
*
* Author: Romain Sioen <romain.sioen@microchip.com>
*/
/dts-v1/;
/ {
description = "Microchip SAMA7D65-CURIOSITY FIT Image";
#address-cells = <1>;
images {
kernel {
description = "Linux4SAM Linux kernel";
data = /incbin/("./zImage");
type = "kernel";
arch = "arm";
os = "linux";
compression = "none";
load = <0x62000000>;
entry = <0x62000000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
base_fdt {
description = "SAMA7D65-CURIOSITY Flattened Device Tree blob";
data = /incbin/("./at91-sama7d65_curiosity.dtb");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61000000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_spi_click1 {
description = "Device Tree blob at25ff321a spi flash clickboard overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_at25ff321a_click1.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61100000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_pwm {
description = "Device Tree blob pwm overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_pwm.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61200000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_mipi {
description = "Device Tree blob mipi display overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_mipi.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61300000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_lvds {
description = "Device Tree blob lvds display overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_lvds.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61300000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_tcb_pwm {
description = "Device Tree blob tcb pwm overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_tcb_pwm.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61400000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_gmac_lan8840 {
description = "Device Tree blob for a Gigabit PHY overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_gmac_lan8840.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61500000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_gmac_rmii-phy {
description = "Device Tree blob for an RMII PHY overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_gmac_rmii-phy.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61500000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_gmac_ksz9477 {
description = "Device Tree blob for KSZ9477 Gigabit switch overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_gmac_ksz9477.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61500000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_gmac_ksz9563 {
description = "Device Tree blob for KSZ9563 Gigabit switch overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_gmac_ksz9563.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61500000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_gmac_ksz8795 {
description = "Device Tree blob for KSZ8795 5-port switch overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_gmac_ksz8795.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61500000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_gmac_ksz8895 {
description = "Device Tree blob for KSZ8895 5-port switch overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_gmac_ksz8895.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61500000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_gmac_lan9646 {
description = "Device Tree blob for LAN9646 Gigabit switch overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_gmac_lan9646.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61500000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_gmac_lan8870 {
description = "Device Tree blob for LAN8870 Gigabit PHY overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_gmac_lan8870.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61500000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_asrc_card_wm8731 {
description = "Device Tree blob for ASRC card with WM8731 codec overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_asrc_wm8731.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61600000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_wm8731_proto {
description = "Device Tree blob for WM8731 Mikroe PROTO codec board overlay";
data = /incbin/("./sama7d65_curiosity/sama7d65_curiosity_wm8731_proto.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x61700000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
};
configurations {
default = "kernel_dtb";
kernel_dtb {
description = "Linux kernel and base FDT blob for SAMA7D65-CURIOSITY board";
kernel = "kernel";
fdt = "base_fdt";
};
base_dtb {
description = "Base FDT blob for SAMA7D65-CURIOSITY board";
fdt = "base_fdt";
};
spi_click1 {
description = "FDT overlay blob for at25ff321a spi flash clickboard (1)";
fdt = "fdt_spi_click1";
};
pwm {
description = "FDT overlay blob for pwms";
fdt = "fdt_pwm";
};
mipi {
description = "FDT overlay blob for mipi display";
fdt = "fdt_mipi";
};
lvds {
description = "FDT overlay blob for lvds display";
fdt = "fdt_lvds";
};
tcb_pwm {
description = "FDT overlay blob for tcb pwm";
fdt = "fdt_tcb_pwm";
};
rmii-phy {
description = "FDT overlay blob for an RMII PHY";
fdt = "fdt_gmac_rmii-phy";
};
lan8840 {
description = "FDT overlay blob for a LAN8840 PHY";
fdt = "fdt_gmac_lan8840";
};
ksz9131 {
description = "FDT overlay blob for KSZ9131";
fdt = "fdt_gmac_lan8840";
};
ksz9477 {
description = "FDT overlay blob for KSZ9477";
fdt = "fdt_gmac_ksz9477";
};
ksz9563 {
description = "FDT overlay blob for KSZ9563";
fdt = "fdt_gmac_ksz9563";
};
ksz8795 {
description = "FDT overlay blob for KSZ8795";
fdt = "fdt_gmac_ksz8795";
};
ksz8895 {
description = "FDT overlay blob for KSZ8895";
fdt = "fdt_gmac_ksz8895";
};
lan9646 {
description = "FDT overlay blob for LAN9646";
fdt = "fdt_gmac_lan9646";
};
lan8870 {
description = "FDT overlay blob for LAN8870";
fdt = "fdt_gmac_lan8870";
};
asrc_i2s1_wm8731 {
description = "FDT overlay blob ASRC card with WM8731 codec";
fdt = "fdt_asrc_card_wm8731";
};
i2s1_wm8731 {
description = "FDT overlay blob with WM8731 Mikroe PROTO codec";
fdt = "fdt_wm8731_proto";
};
};
};