diff options
-rw-r--r-- | arch/arm/boot/dts/omap3-overo-base.dtsi | 40 |
1 files changed, 31 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-base.dtsi b/arch/arm/boot/dts/omap3-overo-base.dtsi index 597099907f8e..aea64c09d02b 100644 --- a/arch/arm/boot/dts/omap3-overo-base.dtsi +++ b/arch/arm/boot/dts/omap3-overo-base.dtsi | |||
@@ -31,7 +31,36 @@ | |||
31 | }; | 31 | }; |
32 | }; | 32 | }; |
33 | 33 | ||
34 | &omap3_pmx_core { | ||
35 | uart3_pins: pinmux_uart3_pins { | ||
36 | pinctrl-single,pins = < | ||
37 | OMAP3_CORE1_IOPAD(0x219e, PIN_INPUT | PIN_OFF_WAKEUPENABLE | MUX_MODE0) /* uart3_rx_irrx.uart3_rx_irrx */ | ||
38 | OMAP3_CORE1_IOPAD(0x21a0, PIN_OUTPUT | MUX_MODE0) /* uart3_tx_irtx.uart3_tx_irtx */ | ||
39 | >; | ||
40 | }; | ||
41 | |||
42 | i2c1_pins: pinmux_i2c1_pins { | ||
43 | pinctrl-single,pins = < | ||
44 | OMAP3_CORE1_IOPAD(0x21ba, PIN_INPUT | MUX_MODE0) /* i2c1_scl.i2c1_scl */ | ||
45 | OMAP3_CORE1_IOPAD(0x21bc, PIN_INPUT | MUX_MODE0) /* i2c1_sda.i2c1_sda */ | ||
46 | >; | ||
47 | }; | ||
48 | |||
49 | mmc1_pins: pinmux_mmc1_pins { | ||
50 | pinctrl-single,pins = < | ||
51 | OMAP3_CORE1_IOPAD(0x2144, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_clk.sdmmc1_clk */ | ||
52 | OMAP3_CORE1_IOPAD(0x2146, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_cmd.sdmmc1_cmd */ | ||
53 | OMAP3_CORE1_IOPAD(0x2148, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat0.sdmmc1_dat0 */ | ||
54 | OMAP3_CORE1_IOPAD(0x214a, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat1.sdmmc1_dat1 */ | ||
55 | OMAP3_CORE1_IOPAD(0x214c, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat2.sdmmc1_dat2 */ | ||
56 | OMAP3_CORE1_IOPAD(0x214e, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat3.sdmmc1_dat3 */ | ||
57 | >; | ||
58 | }; | ||
59 | }; | ||
60 | |||
34 | &i2c1 { | 61 | &i2c1 { |
62 | pinctrl-names = "default"; | ||
63 | pinctrl-0 = <&i2c1_pins>; | ||
35 | clock-frequency = <2600000>; | 64 | clock-frequency = <2600000>; |
36 | 65 | ||
37 | twl: twl@48 { | 66 | twl: twl@48 { |
@@ -57,6 +86,8 @@ | |||
57 | 86 | ||
58 | /* on board microSD slot */ | 87 | /* on board microSD slot */ |
59 | &mmc1 { | 88 | &mmc1 { |
89 | pinctrl-names = "default"; | ||
90 | pinctrl-0 = <&mmc1_pins>; | ||
60 | vmmc-supply = <&vmmc1>; | 91 | vmmc-supply = <&vmmc1>; |
61 | bus-width = <4>; | 92 | bus-width = <4>; |
62 | }; | 93 | }; |
@@ -79,15 +110,6 @@ | |||
79 | power = <50>; | 110 | power = <50>; |
80 | }; | 111 | }; |
81 | 112 | ||
82 | &omap3_pmx_core { | ||
83 | uart3_pins: pinmux_uart3_pins { | ||
84 | pinctrl-single,pins = < | ||
85 | 0x16e (PIN_INPUT | PIN_OFF_WAKEUPENABLE | MUX_MODE0) /* uart3_rx_irrx.uart3_rx_irrx */ | ||
86 | 0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx_irtx.uart3_tx_irtx */ | ||
87 | >; | ||
88 | }; | ||
89 | }; | ||
90 | |||
91 | &uart3 { | 113 | &uart3 { |
92 | pinctrl-names = "default"; | 114 | pinctrl-names = "default"; |
93 | pinctrl-0 = <&uart3_pins>; | 115 | pinctrl-0 = <&uart3_pins>; |