r8a774e1-beacon-rzg2h-kit.dts 1.7 KB

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