riscv: qemu: Split devicetree files for qemu_riscv32/64
[platform/kernel/u-boot.git] / arch / riscv / dts / hifive-unmatched-a00-u-boot.dtsi
1 // 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         config {
20                 u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */
21         };
22
23         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
37 &qspi0 {
38         u-boot,dm-spl;
39         flash@0 {
40                 u-boot,dm-spl;
41         };
42 };
43
44 &spi0 {
45         mmc@0 {
46                 u-boot,dm-spl;
47         };
48 };
49
50 &gpio {
51         u-boot,dm-spl;
52 };