blob: e0371505206c4c76b0980b4f1dd96f090fa71cdb [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
19 hfclk {
20 u-boot,dm-spl;
21 };
22
23 rtcclk {
24 u-boot,dm-spl;
25 };
26
27};
28
29&qspi2 {
30 mmc@0 {
31 u-boot,dm-spl;
32 };
Jagan Teki0edb0662020-04-23 22:30:56 +053033};
Pragnesh Patel01cdef22020-05-29 11:33:35 +053034
35&gpio {
36 u-boot,dm-spl;
37};