meson-gxl-s905x-p212.dts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (c) 2016 Endless Computers, Inc.
  4. * Author: Carlo Caione <[email protected]>
  5. */
  6. /dts-v1/;
  7. #include "meson-gxl-s905x-p212.dtsi"
  8. / {
  9. compatible = "amlogic,p212", "amlogic,s905x", "amlogic,meson-gxl";
  10. model = "Amlogic Meson GXL (S905X) P212 Development Board";
  11. cvbs-connector {
  12. compatible = "composite-video-connector";
  13. port {
  14. cvbs_connector_in: endpoint {
  15. remote-endpoint = <&cvbs_vdac_out>;
  16. };
  17. };
  18. };
  19. hdmi-connector {
  20. compatible = "hdmi-connector";
  21. type = "a";
  22. port {
  23. hdmi_connector_in: endpoint {
  24. remote-endpoint = <&hdmi_tx_tmds_out>;
  25. };
  26. };
  27. };
  28. };
  29. &cec_AO {
  30. status = "okay";
  31. pinctrl-0 = <&ao_cec_pins>;
  32. pinctrl-names = "default";
  33. hdmi-phandle = <&hdmi_tx>;
  34. };
  35. &cvbs_vdac_port {
  36. cvbs_vdac_out: endpoint {
  37. remote-endpoint = <&cvbs_connector_in>;
  38. };
  39. };
  40. &hdmi_tx {
  41. status = "okay";
  42. pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
  43. pinctrl-names = "default";
  44. hdmi-supply = <&hdmi_5v>;
  45. };
  46. &hdmi_tx_tmds_port {
  47. hdmi_tx_tmds_out: endpoint {
  48. remote-endpoint = <&hdmi_connector_in>;
  49. };
  50. };
  51. /* This UART is brought out to the DB9 connector */
  52. &uart_AO {
  53. status = "okay";
  54. };