r8a77960-ulcb-u-boot.dts 735 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 "r8a77960-ulcb.dts"
  8. #include "r8a77960-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. };
  29. &sdhi2 {
  30. mmc-ddr-1_8v;
  31. mmc-hs200-1_8v;
  32. mmc-hs400-1_8v;
  33. max-frequency = <200000000>;
  34. };
  35. &vcc_sdhi0 {
  36. u-boot,off-on-delay-us = <20000>;
  37. };