blob: 8866df3ddddd240b96ef6a0e6d048644aa782aff [file] [log] [blame]
Paweł Anikiele18c7002022-06-17 12:47:16 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright 2022 Google LLC
4 */
5#include "socfpga_arria10-u-boot.dtsi"
6
7/ {
8 chosen {
9 firmware-loader = <&fs_loader0>;
10 };
11
12 fs_loader0: fs-loader {
Simon Glassd3a98cb2023-02-13 08:56:33 -070013 bootph-all;
Paweł Anikiele18c7002022-06-17 12:47:16 +020014 compatible = "u-boot,fs-loader";
15 phandlepart = <&mmc 1>;
16 };
17};
18
19&atsha204a {
Simon Glassd3a98cb2023-02-13 08:56:33 -070020 bootph-all;
Paweł Anikiele18c7002022-06-17 12:47:16 +020021};
22
23&fpga_mgr {
Simon Glassd3a98cb2023-02-13 08:56:33 -070024 bootph-all;
Paweł Anikiele18c7002022-06-17 12:47:16 +020025 altr,bitstream = "fpga.itb";
26};
27
28&i2c1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-all;
Paweł Anikiele18c7002022-06-17 12:47:16 +020030};
31
32&main_sdmmc_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070033 bootph-all;
Paweł Anikiele18c7002022-06-17 12:47:16 +020034};
35
36&mmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070037 bootph-all;
Paweł Anikiele18c7002022-06-17 12:47:16 +020038};
39
40&peri_sdmmc_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070041 bootph-all;
Paweł Anikiele18c7002022-06-17 12:47:16 +020042};
43
44&sdmmc_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070045 bootph-all;
Paweł Anikiele18c7002022-06-17 12:47:16 +020046};
47
48&sdmmc_free_clk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070049 bootph-all;
Paweł Anikiele18c7002022-06-17 12:47:16 +020050};
51
52&uart1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070053 bootph-all;
Paweł Anikiele18c7002022-06-17 12:47:16 +020054};