aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx27-phytec-phycore-som.dts
diff options
context:
space:
mode:
authorMarkus Pargmann <mpa@pengutronix.de>2014-02-08 01:15:37 -0500
committerShawn Guo <shawn.guo@linaro.org>2014-02-09 08:32:58 -0500
commit26508cb703c6b08df53b8c856b90227237c62361 (patch)
tree3e1e0014030630245c41d660c516a0c21d493ef0 /arch/arm/boot/dts/imx27-phytec-phycore-som.dts
parent858db3160820b0e0d02c363ea7d8e409ea0c498a (diff)
ARM: dts: imx27 phycore pinctrl
Add pinctrl nodes and properties for phycore device nodes. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx27-phytec-phycore-som.dts')
-rw-r--r--arch/arm/boot/dts/imx27-phytec-phycore-som.dts39
1 files changed, 39 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts
index 648541a33e8d..87719288d0ea 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts
@@ -135,11 +135,15 @@
135 135
136&fec { 136&fec {
137 phy-reset-gpios = <&gpio3 30 0>; 137 phy-reset-gpios = <&gpio3 30 0>;
138 pinctrl-names = "default";
139 pinctrl-0 = <&pinctrl_fec1>;
138 status = "okay"; 140 status = "okay";
139}; 141};
140 142
141&i2c2 { 143&i2c2 {
142 clock-frequency = <400000>; 144 clock-frequency = <400000>;
145 pinctrl-names = "default";
146 pinctrl-0 = <&pinctrl_i2c2>;
143 status = "okay"; 147 status = "okay";
144 148
145 at24@52 { 149 at24@52 {
@@ -159,6 +163,41 @@
159 }; 163 };
160}; 164};
161 165
166&iomuxc {
167 imx27_phycore_som {
168 pinctrl_fec1: fec1grp {
169 fsl,pins = <
170 MX27_PAD_SD3_CMD__FEC_TXD0 0x0
171 MX27_PAD_SD3_CLK__FEC_TXD1 0x0
172 MX27_PAD_ATA_DATA0__FEC_TXD2 0x0
173 MX27_PAD_ATA_DATA1__FEC_TXD3 0x0
174 MX27_PAD_ATA_DATA2__FEC_RX_ER 0x0
175 MX27_PAD_ATA_DATA3__FEC_RXD1 0x0
176 MX27_PAD_ATA_DATA4__FEC_RXD2 0x0
177 MX27_PAD_ATA_DATA5__FEC_RXD3 0x0
178 MX27_PAD_ATA_DATA6__FEC_MDIO 0x0
179 MX27_PAD_ATA_DATA7__FEC_MDC 0x0
180 MX27_PAD_ATA_DATA8__FEC_CRS 0x0
181 MX27_PAD_ATA_DATA9__FEC_TX_CLK 0x0
182 MX27_PAD_ATA_DATA10__FEC_RXD0 0x0
183 MX27_PAD_ATA_DATA11__FEC_RX_DV 0x0
184 MX27_PAD_ATA_DATA12__FEC_RX_CLK 0x0
185 MX27_PAD_ATA_DATA13__FEC_COL 0x0
186 MX27_PAD_ATA_DATA14__FEC_TX_ER 0x0
187 MX27_PAD_ATA_DATA15__FEC_TX_EN 0x0
188 MX27_PAD_SSI3_TXDAT__GPIO3_30 0x0 /* FEC RST */
189 >;
190 };
191
192 pinctrl_i2c2: i2c2grp {
193 fsl,pins = <
194 MX27_PAD_I2C2_SDA__I2C2_SDA 0x0
195 MX27_PAD_I2C2_SCL__I2C2_SCL 0x0
196 >;
197 };
198 };
199};
200
162&nfc { 201&nfc {
163 nand-bus-width = <8>; 202 nand-bus-width = <8>;
164 nand-ecc-mode = "hw"; 203 nand-ecc-mode = "hw";