]>
Commit | Line | Data |
---|---|---|
f3fccb12 LFT |
1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | |
3 | * Copyright (C) 2014-2015, 2020 Intel. All rights reserved. | |
4 | */ | |
5 | ||
98c28a79 LFT |
6 | #include "socfpga_arria10_socdk_sdmmc_handoff.h" |
7 | #include "socfpga_arria10-handoff.dtsi" | |
f3fccb12 LFT |
8 | #include "socfpga_arria10_handoff_u-boot.dtsi" |
9 | #include "socfpga_arria10_socdk-u-boot.dtsi" | |
10 | ||
11 | / { | |
12 | chosen { | |
13 | firmware-loader = <&fs_loader0>; | |
14 | }; | |
15 | ||
16 | fs_loader0: fs-loader { | |
8c103c33 | 17 | bootph-all; |
f3fccb12 LFT |
18 | compatible = "u-boot,fs-loader"; |
19 | phandlepart = <&mmc 1>; | |
20 | }; | |
21 | }; | |
22 | ||
23 | &fpga_mgr { | |
8c103c33 | 24 | bootph-all; |
f3fccb12 LFT |
25 | altr,bitstream = "fit_spl_fpga.itb"; |
26 | }; | |
27 | ||
28 | &mmc { | |
8c103c33 | 29 | bootph-all; |
f3fccb12 LFT |
30 | }; |
31 | ||
32 | /* Clock available early */ | |
33 | &main_sdmmc_clk { | |
8c103c33 | 34 | bootph-all; |
f3fccb12 LFT |
35 | }; |
36 | ||
37 | &peri_sdmmc_clk { | |
8c103c33 | 38 | bootph-all; |
f3fccb12 LFT |
39 | }; |
40 | ||
41 | &sdmmc_free_clk { | |
8c103c33 | 42 | bootph-all; |
f3fccb12 LFT |
43 | }; |
44 | ||
45 | &sdmmc_clk { | |
8c103c33 | 46 | bootph-all; |
f3fccb12 | 47 | }; |