blob: 0514b0a8919e844a6a5bba6966ea56f631936a8f [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
Markus Pargmannb9d6bfa2013-07-07 15:13:30 +020044&i2c1 {
45 status = "okay";
46
47 rtc@51 {
48 compatible = "nxp,pcf8563";
49 reg = <0x51>;
50 };
51};
52
53&owire {
54 status = "okay";
55};
56
Markus Pargmanndb890da2013-06-28 16:50:37 +020057&sdhci2 {
58 cd-gpios = <&gpio3 29 0>;
59 status = "okay";
60};
61
62&uart1 {
63 fsl,uart-has-rtscts;
64 status = "okay";
65};
66
67&uart2 {
68 fsl,uart-has-rtscts;
69 status = "okay";
70};
71
72&uart3 {
73 fsl,uart-has-rtscts;
74 status = "okay";
75};