imx6ull-colibri-iris-v2.dts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Copyright 2018-2022 Toradex
  4. */
  5. /dts-v1/;
  6. #include "imx6ull-colibri-nonwifi.dtsi"
  7. #include "imx6ull-colibri-iris-v2.dtsi"
  8. / {
  9. model = "Toradex Colibri iMX6ULL 256M/512B on Colibri Iris V2";
  10. compatible = "toradex,colibri-imx6ull-iris-v2",
  11. "toradex,colibri-imx6ull",
  12. "fsl,imx6ull";
  13. };
  14. &atmel_mxt_ts {
  15. status = "okay";
  16. };
  17. &gpio1 {
  18. /* This turns the LVDS transceiver on */
  19. lvds-power-on {
  20. gpio-hog;
  21. gpios = <14 GPIO_ACTIVE_HIGH>; /* SODIMM 99 */
  22. line-name = "LVDS_POWER_ON";
  23. output-high;
  24. };
  25. };
  26. &gpio2 {
  27. /*
  28. * This switches the LVDS transceiver to the single-channel
  29. * output mode.
  30. */
  31. lvds-ch-mode {
  32. gpio-hog;
  33. gpios = <0 GPIO_ACTIVE_HIGH>; /* SODIMM 55 */
  34. line-name = "LVDS_CH_MODE";
  35. output-high;
  36. };
  37. /*
  38. * This switches the LVDS transceiver to the 24-bit RGB mode.
  39. */
  40. lvds-rgb-mode {
  41. gpio-hog;
  42. gpios = <1 GPIO_ACTIVE_HIGH>; /* SODIMM 63 */
  43. line-name = "LVDS_RGB_MODE";
  44. output-low;
  45. };
  46. };
  47. &gpio5 {
  48. /*
  49. * This switches the LVDS transceiver to VESA color mapping mode.
  50. */
  51. lvds-color-map {
  52. gpio-hog;
  53. gpios = <3 GPIO_ACTIVE_HIGH>; /* SODIMM 95 */
  54. line-name = "LVDS_COLOR_MAP";
  55. output-low;
  56. };
  57. };