blob: 51b566116d3574511117376c7038cf9b1a2401b1 [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
Bin Meng07845102021-05-10 20:23:35 +08006#include "binman.dtsi"
Pragnesh Patel88eec612020-05-29 11:33:22 +05307#include "fu540-c000-u-boot.dtsi"
Pragnesh Patel01cdef22020-05-29 11:33:35 +05308#include "fu540-hifive-unleashed-a00-ddr.dtsi"
Pragnesh Patel88eec612020-05-29 11:33:22 +05309
Jagan Teki0edb0662020-04-23 22:30:56 +053010/ {
11 aliases {
Sagar Shrikant Kadameb75ee42020-06-28 07:45:00 -070012 cpu1 = &cpu1;
13 cpu2 = &cpu2;
14 cpu3 = &cpu3;
15 cpu4 = &cpu4;
Jagan Teki286bcdb2020-04-29 21:03:53 +053016 spi0 = &qspi0;
Jagan Teki0edb0662020-04-23 22:30:56 +053017 spi2 = &qspi2;
18 };
Pragnesh Patel0eed87e2020-05-29 11:33:25 +053019
Jagan Teki4243ff12020-07-15 15:38:59 +053020 config {
21 u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */
22 };
23
Bin Meng142dd572020-07-19 23:06:34 -070024 memory@80000000 {
25 u-boot,dm-spl;
26 };
27
Pragnesh Patel0eed87e2020-05-29 11:33:25 +053028 hfclk {
29 u-boot,dm-spl;
30 };
31
32 rtcclk {
33 u-boot,dm-spl;
34 };
35
36};
37
Sean Anderson422c3c52020-09-28 10:52:29 -040038&clint {
39 clocks = <&rtcclk>;
40};
41
Jagan Teki4243ff12020-07-15 15:38:59 +053042&qspi0 {
43 u-boot,dm-spl;
44
45 flash@0 {
46 u-boot,dm-spl;
47 };
48};
49
Pragnesh Patel0eed87e2020-05-29 11:33:25 +053050&qspi2 {
51 mmc@0 {
52 u-boot,dm-spl;
53 };
Jagan Teki0edb0662020-04-23 22:30:56 +053054};
Pragnesh Patel01cdef22020-05-29 11:33:35 +053055
56&gpio {
57 u-boot,dm-spl;
58};