2 * Copyright 2012 Markus Pargmann, Pengutronix
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:
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
12 #include "imx27-phytec-phycard-s-som.dtsi"
15 model = "Phytec pca100 rapid development kit";
16 compatible = "phytec,imx27-pca100-rdk", "phytec,imx27-pca100", "fsl,imx27";
23 model = "Primeview-PD050VL1";
24 native-mode = <&timing0>;
25 bits-per-pixel = <16>; /* non-standard but required */
26 fsl,pcr = <0xf0c88080>; /* non-standard but required */
37 clock-frequency = <25000000>;
43 compatible = "simple-bus";
47 reg_3v3: regulator@0 {
48 compatible = "regulator-fixed";
50 regulator-name = "3V3";
51 regulator-min-microvolt = <3300000>;
52 regulator-max-microvolt = <3300000>;
64 pinctrl-names = "default";
65 pinctrl-0 = <&pinctrl_i2c1>;
69 compatible = "nxp,pcf8563";
74 compatible = "maxim,max1037";
75 vcc-supply = <®_3v3>;
82 pinctrl_i2c1: i2c1grp {
84 MX27_PAD_I2C2_SDA__I2C2_SDA 0x0
85 MX27_PAD_I2C2_SCL__I2C2_SCL 0x0
89 pinctrl_owire1: owire1grp {
91 MX27_PAD_RTCK__OWIRE 0x0
95 pinctrl_sdhc2: sdhc2grp {
97 MX27_PAD_SD2_CLK__SD2_CLK 0x0
98 MX27_PAD_SD2_CMD__SD2_CMD 0x0
99 MX27_PAD_SD2_D0__SD2_D0 0x0
100 MX27_PAD_SD2_D1__SD2_D1 0x0
101 MX27_PAD_SD2_D2__SD2_D2 0x0
102 MX27_PAD_SD2_D3__SD2_D3 0x0
103 MX27_PAD_SSI3_RXDAT__GPIO3_29 0x0 /* CD */
107 pinctrl_uart1: uart1grp {
109 MX27_PAD_UART1_TXD__UART1_TXD 0x0
110 MX27_PAD_UART1_RXD__UART1_RXD 0x0
111 MX27_PAD_UART1_CTS__UART1_CTS 0x0
112 MX27_PAD_UART1_RTS__UART1_RTS 0x0
116 pinctrl_uart2: uart2grp {
118 MX27_PAD_UART2_TXD__UART2_TXD 0x0
119 MX27_PAD_UART2_RXD__UART2_RXD 0x0
120 MX27_PAD_UART2_CTS__UART2_CTS 0x0
121 MX27_PAD_UART2_RTS__UART2_RTS 0x0
125 pinctrl_uart3: uart3grp {
127 MX27_PAD_UART3_TXD__UART3_TXD 0x0
128 MX27_PAD_UART3_RXD__UART3_RXD 0x0
129 MX27_PAD_UART3_CTS__UART3_CTS 0x0
130 MX27_PAD_UART3_RTS__UART3_RTS 0x0
137 pinctrl-names = "default";
138 pinctrl-0 = <&pinctrl_owire1>;
143 pinctrl-names = "default";
144 pinctrl-0 = <&pinctrl_sdhc2>;
145 cd-gpios = <&gpio3 29 GPIO_ACTIVE_HIGH>;
151 pinctrl-names = "default";
152 pinctrl-0 = <&pinctrl_uart1>;
158 pinctrl-names = "default";
159 pinctrl-0 = <&pinctrl_uart2>;
165 pinctrl-names = "default";
166 pinctrl-0 = <&pinctrl_uart3>;