blob: 390d8f2f84d120bace022322c6319d82cf7e5a47 [file] [log] [blame]
Markus Pargmanndb890da2013-06-28 16:50:37 +02001/*
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
12#include "imx27-phytec-phycard-s-som.dts"
13
14/ {
15 model = "Phytec pca100 rapid development kit";
16 compatible = "phytec,imx27-pca100-rdk", "phytec,imx27-pca100", "fsl,imx27";
17
18 display: display {
19 model = "Primeview-PD050VL1";
20 native-mode = <&timing0>;
21 bits-per-pixel = <16>; /* non-standard but required */
22 fsl,pcr = <0xf0c88080>; /* non-standard but required */
23 display-timings {
24 timing0: 640x480 {
25 hactive = <640>;
26 vactive = <480>;
27 hback-porch = <112>;
28 hfront-porch = <36>;
29 hsync-len = <32>;
30 vback-porch = <33>;
31 vfront-porch = <33>;
32 vsync-len = <2>;
33 clock-frequency = <25000000>;
34 };
35 };
36 };
37};
38
39&fb {
40 display = <&display>;
41 status = "okay";
42};
43
44&sdhci2 {
45 cd-gpios = <&gpio3 29 0>;
46 status = "okay";
47};
48
49&uart1 {
50 fsl,uart-has-rtscts;
51 status = "okay";
52};
53
54&uart2 {
55 fsl,uart-has-rtscts;
56 status = "okay";
57};
58
59&uart3 {
60 fsl,uart-has-rtscts;
61 status = "okay";
62};