hifive-unmatched-a00-u-boot.dtsi 591 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. // SPDX-License-Identifier: (GPL-2.0 OR MIT)
  2. /*
  3. * Copyright (C) 2020-2021 SiFive, Inc
  4. */
  5. #include "binman.dtsi"
  6. #include "fu740-c000-u-boot.dtsi"
  7. #include "fu740-hifive-unmatched-a00-ddr.dtsi"
  8. / {
  9. aliases {
  10. spi0 = &spi0;
  11. };
  12. memory@80000000 {
  13. bootph-pre-ram;
  14. };
  15. config {
  16. u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */
  17. };
  18. hfclk {
  19. bootph-pre-ram;
  20. };
  21. rtcclk {
  22. bootph-pre-ram;
  23. };
  24. };
  25. &clint {
  26. clocks = <&rtcclk>;
  27. };
  28. &qspi0 {
  29. bootph-pre-ram;
  30. flash@0 {
  31. bootph-pre-ram;
  32. };
  33. };
  34. &spi0 {
  35. mmc@0 {
  36. bootph-pre-ram;
  37. };
  38. };
  39. &gpio {
  40. bootph-pre-ram;
  41. };