2022-06-17 10:47:16 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/*
|
|
|
|
* Copyright 2022 Google LLC
|
|
|
|
*/
|
|
|
|
#include "socfpga_arria10-u-boot.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
firmware-loader = <&fs_loader0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
fs_loader0: fs-loader {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-06-17 10:47:16 +00:00
|
|
|
compatible = "u-boot,fs-loader";
|
|
|
|
phandlepart = <&mmc 1>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&atsha204a {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-06-17 10:47:16 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&fpga_mgr {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-06-17 10:47:16 +00:00
|
|
|
altr,bitstream = "fpga.itb";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-06-17 10:47:16 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&main_sdmmc_clk {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-06-17 10:47:16 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&mmc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-06-17 10:47:16 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&peri_sdmmc_clk {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-06-17 10:47:16 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc_clk {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-06-17 10:47:16 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sdmmc_free_clk {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-06-17 10:47:16 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2022-06-17 10:47:16 +00:00
|
|
|
};
|