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

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. u-boot,dm-spl;
  14. };
  15. hfclk {
  16. u-boot,dm-spl;
  17. };
  18. rtcclk {
  19. u-boot,dm-spl;
  20. };
  21. };
  22. &clint {
  23. clocks = <&rtcclk>;
  24. };
  25. &spi0 {
  26. mmc@0 {
  27. u-boot,dm-spl;
  28. };
  29. };
  30. &gpio {
  31. u-boot,dm-spl;
  32. };