blob: 1996149c95a8fb69d5b4194872d8d1b753ed65c4 [file] [log] [blame]
Jagan Teki0c2964b2020-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 Patel2a449a32020-05-29 11:33:22 +05306#include "fu540-c000-u-boot.dtsi"
Pragnesh Patele00653c2020-05-29 11:33:35 +05307#include "fu540-hifive-unleashed-a00-ddr.dtsi"
Pragnesh Patel2a449a32020-05-29 11:33:22 +05308
Jagan Teki0c2964b2020-04-23 22:30:56 +05309/ {
10 aliases {
Sagar Shrikant Kadamd2b7f842020-06-28 07:45:00 -070011 cpu1 = &cpu1;
12 cpu2 = &cpu2;
13 cpu3 = &cpu3;
14 cpu4 = &cpu4;
Jagan Teki76c85222020-04-29 21:03:53 +053015 spi0 = &qspi0;
Jagan Teki0c2964b2020-04-23 22:30:56 +053016 spi2 = &qspi2;
17 };
Pragnesh Patelb65f19f2020-05-29 11:33:25 +053018
Jagan Teki05fb96d2020-07-15 15:38:59 +053019 config {
20 u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */
21 };
22
Bin Menga9e7ec52020-07-19 23:06:34 -070023 memory@80000000 {
24 u-boot,dm-spl;
25 };
26
Pragnesh Patelb65f19f2020-05-29 11:33:25 +053027 hfclk {
28 u-boot,dm-spl;
29 };
30
31 rtcclk {
32 u-boot,dm-spl;
33 };
34
Jagan Teki05fb96d2020-07-15 15:38:59 +053035};
36
Sean Anderson3d9991942020-09-28 10:52:29 -040037&clint {
38 clocks = <&rtcclk>;
39};
40
Jagan Teki05fb96d2020-07-15 15:38:59 +053041&qspi0 {
42 u-boot,dm-spl;
43
44 flash@0 {
45 u-boot,dm-spl;
46 };
Pragnesh Patelb65f19f2020-05-29 11:33:25 +053047};
48
49&qspi2 {
50 mmc@0 {
51 u-boot,dm-spl;
52 };
Jagan Teki0c2964b2020-04-23 22:30:56 +053053};
Pragnesh Patele00653c2020-05-29 11:33:35 +053054
55&gpio {
56 u-boot,dm-spl;
57};