r8a774a1-beacon-rzg2m-kit.dts 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright 2020, Compass Electronics Group, LLC
  4. */
  5. /dts-v1/;
  6. #include "r8a774a1.dtsi"
  7. #include "beacon-renesom-som.dtsi"
  8. #include "beacon-renesom-baseboard.dtsi"
  9. / {
  10. model = "Beacon EmbeddedWorks RZ/G2M Development Kit";
  11. compatible = "beacon,beacon-rzg2m", "renesas,r8a774a1";
  12. aliases {
  13. i2c0 = &i2c0;
  14. i2c1 = &i2c1;
  15. i2c2 = &i2c2;
  16. i2c3 = &i2c3;
  17. i2c4 = &i2c4;
  18. i2c5 = &i2c5;
  19. i2c6 = &i2c6;
  20. i2c7 = &iic_pmic;
  21. serial0 = &scif2;
  22. serial1 = &hscif0;
  23. serial2 = &hscif1;
  24. serial3 = &scif0;
  25. serial4 = &hscif2;
  26. serial5 = &scif5;
  27. ethernet0 = &avb;
  28. mmc0 = &sdhi3;
  29. mmc1 = &sdhi0;
  30. mmc2 = &sdhi2;
  31. };
  32. chosen {
  33. stdout-path = "serial0:115200n8";
  34. };
  35. memory@600000000 {
  36. device_type = "memory";
  37. reg = <0x6 0x00000000 0x0 0x80000000>;
  38. };
  39. };
  40. &du {
  41. pinctrl-0 = <&du_pins>;
  42. pinctrl-names = "default";
  43. status = "okay";
  44. clocks = <&cpg CPG_MOD 724>,
  45. <&cpg CPG_MOD 723>,
  46. <&cpg CPG_MOD 722>,
  47. <&versaclock5 1>,
  48. <&x302_clk>,
  49. <&versaclock5 2>;
  50. clock-names = "du.0", "du.1", "du.2",
  51. "dclkin.0", "dclkin.1", "dclkin.2";
  52. };
  53. /* Reference versaclock instead of audio_clk_a */
  54. &rcar_sound {
  55. clocks = <&cpg CPG_MOD 1005>,
  56. <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>,
  57. <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>,
  58. <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>,
  59. <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>,
  60. <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>,
  61. <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>,
  62. <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>,
  63. <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>,
  64. <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>,
  65. <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>,
  66. <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>,
  67. <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>,
  68. <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>,
  69. <&versaclock6_bb 4>, <&audio_clk_b>,
  70. <&audio_clk_c>,
  71. <&cpg CPG_CORE R8A774A1_CLK_S0D4>;
  72. };