r8a77965-ulcb-u-boot.dts 771 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Device Tree Source extras for U-Boot for the ULCB board
  4. *
  5. * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
  6. */
  7. #include "r8a77965-ulcb.dts"
  8. #include "r8a77965-u-boot.dtsi"
  9. / {
  10. cpld {
  11. compatible = "renesas,ulcb-cpld";
  12. status = "okay";
  13. gpio-sck = <&gpio6 8 0>;
  14. gpio-mosi = <&gpio6 7 0>;
  15. gpio-miso = <&gpio6 10 0>;
  16. gpio-sstbz = <&gpio2 3 0>;
  17. };
  18. };
  19. &rpc {
  20. reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
  21. status = "okay";
  22. };
  23. &sdhi0 {
  24. sd-uhs-sdr12;
  25. sd-uhs-sdr25;
  26. sd-uhs-sdr104;
  27. max-frequency = <208000000>;
  28. status = "okay";
  29. };
  30. &sdhi2 {
  31. mmc-ddr-1_8v;
  32. mmc-hs200-1_8v;
  33. mmc-hs400-1_8v;
  34. max-frequency = <200000000>;
  35. status = "okay";
  36. };
  37. &vcc_sdhi0 {
  38. u-boot,off-on-delay-us = <20000>;
  39. };