blob: 10f8a959a0084b5db03aad3e4702873df9be9e47 [file] [log] [blame]
Ley Foon Tanff33e732020-04-07 15:43:12 +08001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2014-2015, 2020 Intel. All rights reserved.
4 */
5
Ley Foon Tan75243a72020-07-08 16:34:01 +08006#include "socfpga_arria10_socdk_sdmmc_handoff.h"
7#include "socfpga_arria10-handoff.dtsi"
Ley Foon Tanff33e732020-04-07 15:43:12 +08008#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 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070017 bootph-all;
Ley Foon Tanff33e732020-04-07 15:43:12 +080018 compatible = "u-boot,fs-loader";
19 phandlepart = <&mmc 1>;
20 };
21};
22
23&fpga_mgr {
Simon Glassd3a98cb2023-02-13 08:56:33 -070024 bootph-all;
Ley Foon Tanff33e732020-04-07 15:43:12 +080025 altr,bitstream = "fit_spl_fpga.itb";
26};
27
28&mmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-all;
Ley Foon Tanff33e732020-04-07 15:43:12 +080030};
31
32/* Clock available early */
33&main_sdmmc_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070034 bootph-all;
Ley Foon Tanff33e732020-04-07 15:43:12 +080035};
36
37&peri_sdmmc_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070038 bootph-all;
Ley Foon Tanff33e732020-04-07 15:43:12 +080039};
40
41&sdmmc_free_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070042 bootph-all;
Ley Foon Tanff33e732020-04-07 15:43:12 +080043};
44
45&sdmmc_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070046 bootph-all;
Ley Foon Tanff33e732020-04-07 15:43:12 +080047};