starfive_devkits-u-boot.dtsi 481 B

1234567891011121314151617181920212223242526272829
  1. // SPDX-License-Identifier: GPL-2.0 OR MIT
  2. /*
  3. * Copyright (C) 2022 StarFive Technology Co., Ltd.
  4. */
  5. #include "jh7110-u-boot.dtsi"
  6. / {
  7. chosen {
  8. stdout-path = "/soc/serial@10000000:115200";
  9. u-boot,dm-spl;
  10. };
  11. firmware {
  12. spi0="/soc/qspi@11860000";
  13. u-boot,dm-spl;
  14. };
  15. config {
  16. u-boot,dm-spl;
  17. u-boot,spl-payload-offset = <0x100000>; /* loader2 @1044KB */
  18. };
  19. memory@80000000 {
  20. u-boot,dm-spl;
  21. device_type = "memory";
  22. reg = <0x0 0x40000000 0x1 0x0>;
  23. };
  24. };