r8a77965-salvator-x.dts 928 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Device Tree Source for the Salvator-X board with R-Car M3-N
  4. *
  5. * Copyright (C) 2018 Jacopo Mondi <jacopo+renesas@jmondi.org>
  6. */
  7. /dts-v1/;
  8. #include "r8a77965.dtsi"
  9. #include "salvator-x.dtsi"
  10. / {
  11. model = "Renesas Salvator-X board based on r8a77965";
  12. compatible = "renesas,salvator-x", "renesas,r8a77965";
  13. memory@48000000 {
  14. device_type = "memory";
  15. /* first 128MB is reserved for secure area. */
  16. reg = <0x0 0x48000000 0x0 0x78000000>;
  17. };
  18. };
  19. &du {
  20. clocks = <&cpg CPG_MOD 724>,
  21. <&cpg CPG_MOD 723>,
  22. <&cpg CPG_MOD 721>,
  23. <&versaclock5 1>,
  24. <&x21_clk>,
  25. <&versaclock5 2>;
  26. clock-names = "du.0", "du.1", "du.3",
  27. "dclkin.0", "dclkin.1", "dclkin.3";
  28. };
  29. &hdmi0 {
  30. status = "okay";
  31. ports {
  32. port@1 {
  33. reg = <1>;
  34. rcar_dw_hdmi0_out: endpoint {
  35. remote-endpoint = <&hdmi0_con>;
  36. };
  37. };
  38. };
  39. };
  40. &hdmi0_con {
  41. remote-endpoint = <&rcar_dw_hdmi0_out>;
  42. };