Green Wan | 1c07b0c | 2021-05-27 06:52:12 -0700 | [diff] [blame] | 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 | |
Thomas Skibo | 6a86389 | 2021-11-24 14:32:09 -0800 | [diff] [blame] | 19 | config { |
| 20 | u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */ |
| 21 | }; |
| 22 | |
Green Wan | 1c07b0c | 2021-05-27 06:52:12 -0700 | [diff] [blame] | 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 | |
Thomas Skibo | 6a86389 | 2021-11-24 14:32:09 -0800 | [diff] [blame] | 37 | &qspi0 { |
| 38 | u-boot,dm-spl; |
| 39 | flash@0 { |
| 40 | u-boot,dm-spl; |
| 41 | }; |
| 42 | }; |
| 43 | |
Green Wan | 1c07b0c | 2021-05-27 06:52:12 -0700 | [diff] [blame] | 44 | &spi0 { |
| 45 | mmc@0 { |
| 46 | u-boot,dm-spl; |
| 47 | }; |
| 48 | }; |
| 49 | |
| 50 | &gpio { |
| 51 | u-boot,dm-spl; |
| 52 | }; |