2021-05-27 13:52:12 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2020-2021 SiFive, Inc
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "binman.dtsi"
|
|
|
|
#include "fu740-c000-u-boot.dtsi"
|
|
|
|
#include "fu740-hifive-unmatched-a00-ddr.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
aliases {
|
|
|
|
spi0 = &spi0;
|
|
|
|
};
|
|
|
|
|
|
|
|
memory@80000000 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
2021-11-24 22:32:09 +00:00
|
|
|
config {
|
|
|
|
u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */
|
|
|
|
};
|
|
|
|
|
2021-05-27 13:52:12 +00:00
|
|
|
hfclk {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
rtcclk {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
&clint {
|
|
|
|
clocks = <&rtcclk>;
|
|
|
|
};
|
|
|
|
|
2021-11-24 22:32:09 +00:00
|
|
|
&qspi0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
flash@0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2021-05-27 13:52:12 +00:00
|
|
|
&spi0 {
|
|
|
|
mmc@0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|