mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
98c28a79b4
Move to use generic handoff dtsi (socfpga_arria10-handoff.dtsi) and include the specify generated _handoff.h header file from qts-filter-a10.sh script. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
47 lines
765 B
Text
47 lines
765 B
Text
// 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 {
|
|
u-boot,dm-pre-reloc;
|
|
compatible = "u-boot,fs-loader";
|
|
phandlepart = <&mmc 1>;
|
|
};
|
|
};
|
|
|
|
&fpga_mgr {
|
|
u-boot,dm-pre-reloc;
|
|
altr,bitstream = "fit_spl_fpga.itb";
|
|
};
|
|
|
|
&mmc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
/* Clock available early */
|
|
&main_sdmmc_clk {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&peri_sdmmc_clk {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&sdmmc_free_clk {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&sdmmc_clk {
|
|
u-boot,dm-pre-reloc;
|
|
};
|