blob: 39d62776c7c9b19b7e7c2e832d5add67d4f7a1fa [file] [log] [blame]
Green Wane552af32021-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 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070016 bootph-pre-ram;
Green Wane552af32021-05-27 06:52:12 -070017 };
18
Thomas Skibof50fad62021-11-24 14:32:09 -080019 config {
20 u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */
21 };
22
Green Wane552af32021-05-27 06:52:12 -070023 hfclk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070024 bootph-pre-ram;
Green Wane552af32021-05-27 06:52:12 -070025 };
26
27 rtcclk {
Simon Glassd3a98cb2023-02-13 08:56:33 -070028 bootph-pre-ram;
Green Wane552af32021-05-27 06:52:12 -070029 };
30
31};
32
33&clint {
34 clocks = <&rtcclk>;
35};
36
Thomas Skibof50fad62021-11-24 14:32:09 -080037&qspi0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070038 bootph-pre-ram;
Thomas Skibof50fad62021-11-24 14:32:09 -080039 flash@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070040 bootph-pre-ram;
Thomas Skibof50fad62021-11-24 14:32:09 -080041 };
42};
43
Green Wane552af32021-05-27 06:52:12 -070044&spi0 {
45 mmc@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070046 bootph-pre-ram;
Green Wane552af32021-05-27 06:52:12 -070047 };
48};
49
50&gpio {
Simon Glassd3a98cb2023-02-13 08:56:33 -070051 bootph-pre-ram;
Green Wane552af32021-05-27 06:52:12 -070052};