diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-09-04 04:44:03 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-04 22:44:11 -0400 |
commit | 223d1f9213d0c5473da905ab5984c5751a8d3d6f (patch) | |
tree | 1f9884beaa91b7a0a05245a34430a8e967105681 /arch/arm/boot/dts/imx28-cfa10049.dts | |
parent | 41bf5706f46a19a35c5b38dd1202f8e69eb2ffbf (diff) |
ARM: dts: cfa10049: Add SSP3 to the 10049 board
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-cfa10049.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-cfa10049.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10049.dts b/arch/arm/boot/dts/imx28-cfa10049.dts index 557befe1830d..1f7fa50414b6 100644 --- a/arch/arm/boot/dts/imx28-cfa10049.dts +++ b/arch/arm/boot/dts/imx28-cfa10049.dts | |||
@@ -20,6 +20,28 @@ | |||
20 | compatible = "crystalfontz,cfa10049", "crystalfontz,cfa10036", "fsl,imx28"; | 20 | compatible = "crystalfontz,cfa10049", "crystalfontz,cfa10036", "fsl,imx28"; |
21 | 21 | ||
22 | apb@80000000 { | 22 | apb@80000000 { |
23 | apbh@80000000 { | ||
24 | pinctrl@80018000 { | ||
25 | spi3_pins_cfa10049: spi3-cfa10049@0 { | ||
26 | reg = <0>; | ||
27 | fsl,pinmux-ids = < | ||
28 | 0x0181 /* MX28_PAD_GPMI_RDN__SSP3_SCK */ | ||
29 | 0x01c1 /* MX28_PAD_GPMI_RESETN__SSP3_CMD */ | ||
30 | >; | ||
31 | fsl,drive-strength = <1>; | ||
32 | fsl,voltage = <1>; | ||
33 | fsl,pull-up = <1>; | ||
34 | }; | ||
35 | }; | ||
36 | |||
37 | ssp3: ssp@80016000 { | ||
38 | compatible = "fsl,imx28-spi"; | ||
39 | pinctrl-names = "default"; | ||
40 | pinctrl-0 = <&spi3_pins_cfa10049>; | ||
41 | status = "okay"; | ||
42 | }; | ||
43 | }; | ||
44 | |||
23 | apbx@80040000 { | 45 | apbx@80040000 { |
24 | i2c1: i2c@8005a000 { | 46 | i2c1: i2c@8005a000 { |
25 | pinctrl-names = "default"; | 47 | pinctrl-names = "default"; |