]> Git Repo - J-u-boot.git/blame - arch/arm/dts/imx91-u-boot.dtsi
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / arch / arm / dts / imx91-u-boot.dtsi
CommitLineData
ff9f080e
PF
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2023 Mathieu Othacehe <[email protected]>
4 */
5
6/ {
7 binman: binman {
8 multiple-images;
9 };
10};
11
12&A55_0 {
13 clocks = <&clk IMX93_CLK_A55_SEL>;
14};
15
16&binman {
17 u-boot-spl-ddr {
18 align = <4>;
19 align-size = <4>;
20 filename = "u-boot-spl-ddr.bin";
21 pad-byte = <0xff>;
22
23 u-boot-spl {
24 align-end = <4>;
25 filename = "u-boot-spl.bin";
26 };
27
28 ddr-1d-imem-fw {
29 filename = "lpddr4_imem_1d_v202201.bin";
30 align-end = <4>;
31 type = "blob-ext";
32 };
33
34 ddr-1d-dmem-fw {
35 filename = "lpddr4_dmem_1d_v202201.bin";
36 align-end = <4>;
37 type = "blob-ext";
38 };
39
40 ddr-2d-imem-fw {
41 filename = "lpddr4_imem_2d_v202201.bin";
42 align-end = <4>;
43 type = "blob-ext";
44 };
45
46 ddr-2d-dmem-fw {
47 filename = "lpddr4_dmem_2d_v202201.bin";
48 align-end = <4>;
49 type = "blob-ext";
50 };
51 };
52
53 spl {
54 filename = "spl.bin";
55
56 mkimage {
57 args = "-n spl/u-boot-spl.cfgout -T imx8image -e 0x204A0000";
58
59 blob {
60 filename = "u-boot-spl-ddr.bin";
61 };
62 };
63 };
64
65 u-boot-container {
66 filename = "u-boot-container.bin";
67
68 mkimage {
69 args = "-n u-boot-container.cfgout -T imx8image -e 0x0";
70
71 blob {
72 filename = "u-boot.bin";
73 };
74 };
75 };
76
77 imx-boot {
78 filename = "flash.bin";
79 pad-byte = <0x00>;
80
81 spl: blob-ext@1 {
82 filename = "spl.bin";
83 offset = <0x0>;
84 align-size = <0x400>;
85 align = <0x400>;
86 };
87
88 uboot: blob-ext@2 {
89 filename = "u-boot-container.bin";
90 };
91 };
92};
This page took 0.071223 seconds and 4 git commands to generate.