blob: 1ee8ab1868d96a922faa8b70e7dbe1e8b5c085bc [file] [log] [blame]
Green Wan1c07b0c2021-05-27 06:52:12 -07001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright (C) 2020-2021 SiFive, Inc
4 */
5
6#include "binman.dtsi"
7#include "fu740-c000-u-boot.dtsi"
8#include "fu740-hifive-unmatched-a00-ddr.dtsi"
9
10/ {
11 aliases {
12 spi0 = &spi0;
13 };
14
15 memory@80000000 {
16 u-boot,dm-spl;
17 };
18
Thomas Skibo6a863892021-11-24 14:32:09 -080019 config {
20 u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */
21 };
22
Green Wan1c07b0c2021-05-27 06:52:12 -070023 hfclk {
24 u-boot,dm-spl;
25 };
26
27 rtcclk {
28 u-boot,dm-spl;
29 };
30
31};
32
33&clint {
34 clocks = <&rtcclk>;
35};
36
Thomas Skibo6a863892021-11-24 14:32:09 -080037&qspi0 {
38 u-boot,dm-spl;
39 flash@0 {
40 u-boot,dm-spl;
41 };
42};
43
Green Wan1c07b0c2021-05-27 06:52:12 -070044&spi0 {
45 mmc@0 {
46 u-boot,dm-spl;
47 };
48};
49
50&gpio {
51 u-boot,dm-spl;
52};