diff options
| author | Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> | 2012-11-09 07:42:41 -0500 |
|---|---|---|
| committer | Shawn Guo <shawn.guo@linaro.org> | 2012-11-11 21:07:43 -0500 |
| commit | ac8e44ced54a9eb7fa1c2b02befc80a934d4cbe8 (patch) | |
| tree | 75e90a8291c4c7d6268797f261b2cfd4a6380d4d | |
| parent | 67948adad178a041cd545c3f9b2bd077b1c5d7a1 (diff) | |
ARM: mxs: apf28dev: Add I2C and SPI support
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
| -rw-r--r-- | arch/arm/boot/dts/imx28-apf28dev.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts index 1643d2593bc3..6d8865bfb4b7 100644 --- a/arch/arm/boot/dts/imx28-apf28dev.dts +++ b/arch/arm/boot/dts/imx28-apf28dev.dts | |||
| @@ -27,6 +27,13 @@ | |||
| 27 | status = "okay"; | 27 | status = "okay"; |
| 28 | }; | 28 | }; |
| 29 | 29 | ||
| 30 | ssp2: ssp@80014000 { | ||
| 31 | compatible = "fsl,imx28-spi"; | ||
| 32 | pinctrl-names = "default"; | ||
| 33 | pinctrl-0 = <&spi2_pins_a>; | ||
| 34 | status = "okay"; | ||
| 35 | }; | ||
| 36 | |||
| 30 | pinctrl@80018000 { | 37 | pinctrl@80018000 { |
| 31 | pinctrl-names = "default"; | 38 | pinctrl-names = "default"; |
| 32 | pinctrl-0 = <&hog_pins_apf28dev>; | 39 | pinctrl-0 = <&hog_pins_apf28dev>; |
| @@ -74,6 +81,12 @@ | |||
| 74 | status = "okay"; | 81 | status = "okay"; |
| 75 | }; | 82 | }; |
| 76 | 83 | ||
| 84 | i2c0: i2c@80058000 { | ||
| 85 | pinctrl-names = "default"; | ||
| 86 | pinctrl-0 = <&i2c0_pins_a>; | ||
| 87 | status = "okay"; | ||
| 88 | }; | ||
| 89 | |||
| 77 | pwm: pwm@80064000 { | 90 | pwm: pwm@80064000 { |
| 78 | pinctrl-names = "default"; | 91 | pinctrl-names = "default"; |
| 79 | pinctrl-0 = <&pwm3_pins_a &pwm4_pins_a>; | 92 | pinctrl-0 = <&pwm3_pins_a &pwm4_pins_a>; |
