imx27-phytec-phycard-s-rdk.dts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /*
  2. * Copyright 2012 Markus Pargmann, Pengutronix
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. #include "imx27-phytec-phycard-s-som.dts"
  12. / {
  13. model = "Phytec pca100 rapid development kit";
  14. compatible = "phytec,imx27-pca100-rdk", "phytec,imx27-pca100", "fsl,imx27";
  15. display: display {
  16. model = "Primeview-PD050VL1";
  17. native-mode = <&timing0>;
  18. bits-per-pixel = <16>; /* non-standard but required */
  19. fsl,pcr = <0xf0c88080>; /* non-standard but required */
  20. display-timings {
  21. timing0: 640x480 {
  22. hactive = <640>;
  23. vactive = <480>;
  24. hback-porch = <112>;
  25. hfront-porch = <36>;
  26. hsync-len = <32>;
  27. vback-porch = <33>;
  28. vfront-porch = <33>;
  29. vsync-len = <2>;
  30. clock-frequency = <25000000>;
  31. };
  32. };
  33. };
  34. };
  35. &fb {
  36. display = <&display>;
  37. status = "okay";
  38. };
  39. &sdhci2 {
  40. cd-gpios = <&gpio3 29 0>;
  41. status = "okay";
  42. };
  43. &uart1 {
  44. fsl,uart-has-rtscts;
  45. status = "okay";
  46. };
  47. &uart2 {
  48. fsl,uart-has-rtscts;
  49. status = "okay";
  50. };
  51. &uart3 {
  52. fsl,uart-has-rtscts;
  53. status = "okay";
  54. };