imx7s-colibri-iris.dts 955 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /*
  3. * Copyright 2022 Toradex
  4. */
  5. /dts-v1/;
  6. #include "imx7s-colibri.dtsi"
  7. #include "imx7-colibri-iris.dtsi"
  8. / {
  9. model = "Toradex Colibri iMX7S on Iris Carrier Board";
  10. compatible = "toradex,colibri-imx7s-iris",
  11. "toradex,colibri-imx7s",
  12. "fsl,imx7s";
  13. };
  14. &ad7879_ts {
  15. status = "okay";
  16. };
  17. /*
  18. * The Atmel maxtouch controller uses SODIMM 28/30, also used for PWM<B>, PWM<C>, aka pwm2, pwm3.
  19. * So if you enable following capacitive touch controller, disable pwm2/pwm3 first.
  20. */
  21. &atmel_mxt_ts {
  22. status = "disabled";
  23. };
  24. &backlight {
  25. status = "okay";
  26. };
  27. &lcdif {
  28. status = "okay";
  29. };
  30. &panel_dpi {
  31. status = "okay";
  32. };
  33. /* Colibri PWM<B> */
  34. &pwm2 {
  35. /* The pwm2 should be disabled to enable atmel_mxt_ts touchscreen for adapter. */
  36. status = "okay";
  37. };
  38. /* Colibri PWM<C> */
  39. &pwm3 {
  40. /* The pwm3 should be disabled to enable atmel_mxt_ts touchscreen for adapter. */
  41. status = "okay";
  42. };