u-boot/arch/arm/dts/socfpga_arria10_mercury_aa1-u-boot.dtsi
Simon Glass 8c103c33fb dm: dts: Convert driver model tags to use new schema
Now that Linux has accepted these tags, move the device tree files in
U-Boot over to use them.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-02-14 09:43:26 -07:00

54 lines
572 B
Text

// 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 {
bootph-all;
compatible = "u-boot,fs-loader";
phandlepart = <&mmc 1>;
};
};
&atsha204a {
bootph-all;
};
&fpga_mgr {
bootph-all;
altr,bitstream = "fpga.itb";
};
&i2c1 {
bootph-all;
};
&main_sdmmc_clk {
bootph-all;
};
&mmc {
bootph-all;
};
&peri_sdmmc_clk {
bootph-all;
};
&sdmmc_clk {
bootph-all;
};
&sdmmc_free_clk {
bootph-all;
};
&uart1 {
bootph-all;
};