summaryrefslogtreecommitdiff
path: root/arch/arm/dts/socfpga_arria10_socdk_sdmmc-u-boot.dtsi
blob: 10f8a959a0084b5db03aad3e4702873df9be9e47 (plain)
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
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2014-2015, 2020 Intel. All rights reserved.
 */

#include "socfpga_arria10_socdk_sdmmc_handoff.h"
#include "socfpga_arria10-handoff.dtsi"
#include "socfpga_arria10_handoff_u-boot.dtsi"
#include "socfpga_arria10_socdk-u-boot.dtsi"

/ {
	chosen {
		firmware-loader = <&fs_loader0>;
	};

	fs_loader0: fs-loader {
		bootph-all;
		compatible = "u-boot,fs-loader";
		phandlepart = <&mmc 1>;
	};
};

&fpga_mgr {
	bootph-all;
	altr,bitstream = "fit_spl_fpga.itb";
};

&mmc {
	bootph-all;
};

/* Clock available early */
&main_sdmmc_clk {
	bootph-all;
};

&peri_sdmmc_clk {
	bootph-all;
};

&sdmmc_free_clk {
	bootph-all;
};

&sdmmc_clk {
	bootph-all;
};