diff options
author | Eric Bénard <eric@eukrea.com> | 2013-04-08 08:57:33 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 03:43:28 -0400 |
commit | 33678d123050f1be3da6de8e3f1b5b391742560d (patch) | |
tree | f894468da2c46a571384df42b8965ab9f3c35168 | |
parent | 4812e74616c084543db4448da0942a5c3fde5f87 (diff) |
ARM: mx28: add auart4 2 pins pinmux to imx28.dtsi
Add auart4 2 pins configuration on SSP3 pads
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 2790063e294f..5ec78c907223 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi | |||
@@ -376,6 +376,17 @@ | |||
376 | fsl,pull-up = <0>; | 376 | fsl,pull-up = <0>; |
377 | }; | 377 | }; |
378 | 378 | ||
379 | auart4_2pins_a: auart4@0 { | ||
380 | reg = <0>; | ||
381 | fsl,pinmux-ids = < | ||
382 | 0x2181 /* MX28_PAD_SSP3_SCK__AUART4_TX */ | ||
383 | 0x2191 /* MX28_PAD_SSP3_MOSI__AUART4_RX */ | ||
384 | >; | ||
385 | fsl,drive-strength = <0>; | ||
386 | fsl,voltage = <1>; | ||
387 | fsl,pull-up = <0>; | ||
388 | }; | ||
389 | |||
379 | mac0_pins_a: mac0@0 { | 390 | mac0_pins_a: mac0@0 { |
380 | reg = <0>; | 391 | reg = <0>; |
381 | fsl,pinmux-ids = < | 392 | fsl,pinmux-ids = < |