r8a774b1-hihope-rzg2n.dts 843 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Device Tree Source for the HiHope RZ/G2N main board Rev.3.0/4.0
  4. *
  5. * Copyright (C) 2020 Renesas Electronics Corp.
  6. */
  7. /dts-v1/;
  8. #include "r8a774b1.dtsi"
  9. #include "hihope-rev4.dtsi"
  10. / {
  11. model = "HopeRun HiHope RZ/G2N main board based on r8a774b1";
  12. compatible = "hoperun,hihope-rzg2n", "renesas,r8a774b1";
  13. memory@48000000 {
  14. device_type = "memory";
  15. /* first 128MB is reserved for secure area. */
  16. reg = <0x0 0x48000000 0x0 0x78000000>;
  17. };
  18. memory@480000000 {
  19. device_type = "memory";
  20. reg = <0x4 0x80000000 0x0 0x80000000>;
  21. };
  22. };
  23. &du {
  24. clocks = <&cpg CPG_MOD 724>,
  25. <&cpg CPG_MOD 723>,
  26. <&cpg CPG_MOD 721>,
  27. <&versaclock5 1>,
  28. <&x302_clk>,
  29. <&versaclock5 2>;
  30. clock-names = "du.0", "du.1", "du.3",
  31. "dclkin.0", "dclkin.1", "dclkin.3";
  32. };
  33. &sdhi3 {
  34. mmc-hs400-1_8v;
  35. };