blob: 5d0c928b2964c70eee504b772f49ee0e09cb9d3d [file] [log] [blame]
Jagan Teki0edb0662020-04-23 22:30:56 +05301// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
4 */
5
Pragnesh Patel88eec612020-05-29 11:33:22 +05306#include "fu540-c000-u-boot.dtsi"
Pragnesh Patel01cdef22020-05-29 11:33:35 +05307#include "fu540-hifive-unleashed-a00-ddr.dtsi"
Pragnesh Patel88eec612020-05-29 11:33:22 +05308
Jagan Teki0edb0662020-04-23 22:30:56 +05309/ {
10 aliases {
Sagar Shrikant Kadameb75ee42020-06-28 07:45:00 -070011 cpu1 = &cpu1;
12 cpu2 = &cpu2;
13 cpu3 = &cpu3;
14 cpu4 = &cpu4;
Jagan Teki286bcdb2020-04-29 21:03:53 +053015 spi0 = &qspi0;
Jagan Teki0edb0662020-04-23 22:30:56 +053016 spi2 = &qspi2;
17 };
Pragnesh Patel0eed87e2020-05-29 11:33:25 +053018
Jagan Teki4243ff12020-07-15 15:38:59 +053019 config {
20 u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */
21 };
22
Bin Meng142dd572020-07-19 23:06:34 -070023 memory@80000000 {
24 u-boot,dm-spl;
25 };
26
Pragnesh Patel0eed87e2020-05-29 11:33:25 +053027 hfclk {
28 u-boot,dm-spl;
29 };
30
31 rtcclk {
32 u-boot,dm-spl;
33 };
34
35};
36
Jagan Teki4243ff12020-07-15 15:38:59 +053037&qspi0 {
38 u-boot,dm-spl;
39
40 flash@0 {
41 u-boot,dm-spl;
42 };
43};
44
Pragnesh Patel0eed87e2020-05-29 11:33:25 +053045&qspi2 {
46 mmc@0 {
47 u-boot,dm-spl;
48 };
Jagan Teki0edb0662020-04-23 22:30:56 +053049};
Pragnesh Patel01cdef22020-05-29 11:33:35 +053050
51&gpio {
52 u-boot,dm-spl;
53};