blob: c5475aa149873d1cf76d94e4f22faa5758f70990 [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
19 hfclk {
20 u-boot,dm-spl;
21 };
22
23 rtcclk {
24 u-boot,dm-spl;
25 };
26
27};
28
29&clint {
30 clocks = <&rtcclk>;
31};
32
33&spi0 {
34 mmc@0 {
35 u-boot,dm-spl;
36 };
37};
38
39&gpio {
40 u-boot,dm-spl;
41};