-
Notifications
You must be signed in to change notification settings - Fork 33
/
sama5d3_eds.its
369 lines (333 loc) · 7.46 KB
/
sama5d3_eds.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
369
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Flattened Image Tree file for SAMA5D3 Ethernet
* Development System board
*
* Copyright (C) 2022 Microchip Technology, Inc. and its subsidiaries
* Author: Jerry Ray <jerry.ray@microchip.com>
*
* The following convention is used on this board.
* Overlays for RMII connector add-on boards are loaded at 0x23120000.
* Overlays for RGMII connector add-on boards are loaded at 0x23130000.
*
*/
/dts-v1/;
/ {
description = "Microchip SAMA5D3-EDS FIT Image";
#address-cells = <1>;
images {
kernel {
description = "Linux kernel";
data = /incbin/("./zImage");
type = "kernel";
arch = "arm";
os = "linux";
compression = "none";
load = <0x22000000>;
entry = <0x22000000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
/* Base Device Tree */
base_fdt {
description = "Flattened Device Tree blob";
data = /incbin/("./at91-sama5d3_eds.dtb");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23000000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_lan9303 {
description = "Device Tree blob lan9303 overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_lan9303.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23120000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_lan9354 {
description = "Device Tree blob lan9354 overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_lan9354.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23120000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_lan9370 {
description = "Device Tree blob lan9370 overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_lan9370.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23120000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_lan9374 {
description = "Device Tree blob lan9374 overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_lan9374.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23130000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_ksz9893 {
description = "Device Tree blob ksz9893 overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_ksz9893.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23130000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_ksz9477 {
description = "Device Tree blob ksz9477 overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_ksz9477.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23130000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_ksz9563 {
description = "Device Tree blob ksz9563 overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_ksz9563.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23130000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_ksz8563 {
description = "Device Tree blob ksz8563 overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_ksz8563.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23130000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_vsc8541 {
description = "Device Tree blob vsc8541 PHY overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_vsc8541.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23130000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_lan8830 {
description = "Device Tree blob lan8830 PHY overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_lan8830.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23130000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_lan8841 {
description = "Device Tree blob lan8841 PHY overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_lan8841.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23130000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_rgmii {
description = "Device Tree blob generic RGMII PHY overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_rgmii.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23130000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_rmii {
description = "Device Tree blob generic rmii PHY overlay";
data = /incbin/("./sama5d3_eds/sama5d3_eds_rmii.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23120000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_rgmii_irq {
description = "Device Tree blob generic RGMII PHY overlay w/ IRQ";
data = /incbin/("./sama5d3_eds/sama5d3_eds_rgmii_irq.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23130000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
fdt_rmii_irq {
description = "Device Tree blob generic rmii PHY overlay w/ IRQ";
data = /incbin/("./sama5d3_eds/sama5d3_eds_rmii_irq.dtbo");
type = "flat_dt";
arch = "arm";
compression = "none";
load = <0x23120000>;
hash-1 {
algo = "crc32";
};
hash-2 {
algo = "sha1";
};
};
};
configurations {
default = "kernel_dtb";
kernel_dtb {
description = "Linux kernel and base FDT blob for SAMA5D3_EDS board";
kernel = "kernel";
fdt = "base_fdt";
};
base_dtb {
description = "FDT blob for the SAMA5D3_EDS base board";
fdt = "base_fdt";
};
lan9303 {
description = "FDT overlay blob for LAN9303 RMII add-on board";
fdt = "fdt_lan9303";
};
lan9354 {
description = "FDT overlay blob for LAN9354 RMII add-on board";
fdt = "fdt_lan9354";
};
lan9370 {
description = "FDT overlay blob for lan9370 RMII add-on board";
fdt = "fdt_lan9370";
};
lan9374 {
description = "FDT overlay blob for lan9374 RGMII add-on board";
fdt = "fdt_lan9374";
};
ksz9893 {
description = "FDT overlay blob for ksz9893 RGMII add-on board";
fdt = "fdt_ksz9893";
};
ksz9477 {
description = "FDT overlay blob for ksz9477 RGMII add-on board";
fdt = "fdt_ksz9477";
};
ksz9563 {
description = "FDT overlay blob for ksz9563 RGMII add-on board";
fdt = "fdt_ksz9563";
};
ksz8563 {
description = "FDT overlay blob for ksz8563 RGMII add-on board";
fdt = "fdt_ksz8563";
};
vsc8541 {
description = "FDT overlay blob for vsc8541 PHY RGMII add-on board";
fdt = "fdt_vsc8541";
};
lan8830 {
description = "FDT overlay blob for lan8830 PHY RGMII add-on board";
fdt = "fdt_lan8830";
};
lan8841 {
description = "FDT overlay blob for lan8841 PHY RGMII add-on board";
fdt = "fdt_lan8841";
};
rgmii {
description = "FDT overlay blob for generic RGMII PHY add-on board";
fdt = "fdt_rgmii";
};
rmii {
description = "FDT overlay blob for generic RMII PHY add-on board";
fdt = "fdt_rmii";
};
rgmii_irq {
description = "FDT overlay blob for generic RGMII PHY add-on board";
fdt = "fdt_rgmii_irq";
};
rmii_irq {
description = "FDT overlay blob for generic RMII PHY add-on board";
fdt = "fdt_rmii_irq";
};
};
};