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