r8a77965-salvator-xs.dts 939 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Device Tree Source for the Salvator-X 2nd version board with R-Car M3-N
  4. *
  5. * Copyright (C) 2017 Renesas Electronics Corp.
  6. */
  7. /dts-v1/;
  8. #include "r8a77965.dtsi"
  9. #include "salvator-xs.dtsi"
  10. / {
  11. model = "Renesas Salvator-X 2nd version board based on r8a77965";
  12. compatible = "renesas,salvator-xs", "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. <&versaclock6 1>,
  24. <&x21_clk>,
  25. <&versaclock6 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. };