blob: 303806454b048609cc0c8fc31156d52a41b94ed8 [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 {
Jagan Teki286bcdb2020-04-29 21:03:53 +053011 spi0 = &qspi0;
Jagan Teki0edb0662020-04-23 22:30:56 +053012 spi2 = &qspi2;
13 };
Pragnesh Patel0eed87e2020-05-29 11:33:25 +053014
15 hfclk {
16 u-boot,dm-spl;
17 };
18
19 rtcclk {
20 u-boot,dm-spl;
21 };
22
23};
24
25&qspi2 {
26 mmc@0 {
27 u-boot,dm-spl;
28 };
Jagan Teki0edb0662020-04-23 22:30:56 +053029};
Pragnesh Patel01cdef22020-05-29 11:33:35 +053030
31&gpio {
32 u-boot,dm-spl;
33};