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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. &i2c1 {
  40. status = "okay";
  41. rtc@51 {
  42. compatible = "nxp,pcf8563";
  43. reg = <0x51>;
  44. };
  45. };
  46. &owire {
  47. status = "okay";
  48. };
  49. &sdhci2 {
  50. cd-gpios = <&gpio3 29 0>;
  51. status = "okay";
  52. };
  53. &uart1 {
  54. fsl,uart-has-rtscts;
  55. status = "okay";
  56. };
  57. &uart2 {
  58. fsl,uart-has-rtscts;
  59. status = "okay";
  60. };
  61. &uart3 {
  62. fsl,uart-has-rtscts;
  63. status = "okay";
  64. };