2020-04-23 17:00:56 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
|
|
|
|
*/
|
|
|
|
|
2020-05-29 06:03:22 +00:00
|
|
|
#include "fu540-c000-u-boot.dtsi"
|
2020-05-29 06:03:35 +00:00
|
|
|
#include "fu540-hifive-unleashed-a00-ddr.dtsi"
|
2020-05-29 06:03:22 +00:00
|
|
|
|
2020-04-23 17:00:56 +00:00
|
|
|
/ {
|
|
|
|
aliases {
|
2020-06-28 14:45:00 +00:00
|
|
|
cpu1 = &cpu1;
|
|
|
|
cpu2 = &cpu2;
|
|
|
|
cpu3 = &cpu3;
|
|
|
|
cpu4 = &cpu4;
|
2020-04-29 15:33:53 +00:00
|
|
|
spi0 = &qspi0;
|
2020-04-23 17:00:56 +00:00
|
|
|
spi2 = &qspi2;
|
|
|
|
};
|
2020-05-29 06:03:25 +00:00
|
|
|
|
2020-07-15 10:08:59 +00:00
|
|
|
config {
|
|
|
|
u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */
|
|
|
|
};
|
|
|
|
|
2020-07-20 06:06:34 +00:00
|
|
|
memory@80000000 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
2020-05-29 06:03:25 +00:00
|
|
|
hfclk {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
rtcclk {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
2020-09-28 14:52:29 +00:00
|
|
|
&clint {
|
|
|
|
clocks = <&rtcclk>;
|
|
|
|
};
|
|
|
|
|
2020-07-15 10:08:59 +00:00
|
|
|
&qspi0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
|
|
|
|
flash@0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-05-29 06:03:25 +00:00
|
|
|
&qspi2 {
|
|
|
|
mmc@0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2020-04-23 17:00:56 +00:00
|
|
|
};
|
2020-05-29 06:03:35 +00:00
|
|
|
|
|
|
|
&gpio {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|