r8a779m3-ulcb.dts 991 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // SPDX-License-Identifier: (GPL-2.0 or MIT)
  2. /*
  3. * Device Tree Source for the M3ULCB (R-Car Starter Kit Pro) with R-Car M3e-2G
  4. *
  5. * Copyright (C) 2021 Glider bv
  6. *
  7. * Based on r8a77961-ulcb.dts
  8. * Copyright (C) 2020 Renesas Electronics Corp.
  9. */
  10. /dts-v1/;
  11. #include "r8a779m3.dtsi"
  12. #include "ulcb.dtsi"
  13. / {
  14. model = "Renesas M3ULCB board based on r8a779m3";
  15. compatible = "renesas,m3ulcb", "renesas,r8a779m3", "renesas,r8a77961";
  16. memory@48000000 {
  17. device_type = "memory";
  18. /* first 128MB is reserved for secure area. */
  19. reg = <0x0 0x48000000 0x0 0x78000000>;
  20. };
  21. memory@480000000 {
  22. device_type = "memory";
  23. reg = <0x4 0x80000000 0x0 0x80000000>;
  24. };
  25. memory@600000000 {
  26. device_type = "memory";
  27. reg = <0x6 0x00000000 0x1 0x00000000>;
  28. };
  29. };
  30. &du {
  31. clocks = <&cpg CPG_MOD 724>,
  32. <&cpg CPG_MOD 723>,
  33. <&cpg CPG_MOD 722>,
  34. <&versaclock5 1>,
  35. <&versaclock5 3>,
  36. <&versaclock5 2>;
  37. clock-names = "du.0", "du.1", "du.2",
  38. "dclkin.0", "dclkin.1", "dclkin.2";
  39. };