starfive_visionfive2-u-boot.dtsi 778 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. };
  25. &i2c5 {
  26. clock-frequency = <100000>;
  27. i2c-sda-hold-time-ns = <300>;
  28. i2c-sda-falling-time-ns = <3000>;
  29. i2c-scl-falling-time-ns = <3000>;
  30. auto_calc_scl_lhcnt;
  31. status = "okay";
  32. u-boot,dm-spl;
  33. eeprom@50 {
  34. compatible = "atmel,24c04";
  35. reg = <0x50>;
  36. pagesize = <16>;
  37. u-boot,dm-spl;
  38. };
  39. };