diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-11-18 18:30:01 -0500 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-11-18 18:50:56 -0500 |
commit | c58c0c5acceb8acd3d447483a744e8a4a7c27f26 (patch) | |
tree | 0eaf3cf08eab1ca4d26bd6755b2ad74e601561c6 /arch/arm/boot/dts/at91sam9n12.dtsi | |
parent | 9e3129e937e2f178d2a003ea45765e5e63e34665 (diff) |
ARM: at91: dt: at91sam9260: split rts and cts pinctrl not
as we just use the rts and not the rts & cts for rs485
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12.dtsi | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi index 10547bc52a2d..1667937bb2e2 100644 --- a/arch/arm/boot/dts/at91sam9n12.dtsi +++ b/arch/arm/boot/dts/at91sam9n12.dtsi | |||
@@ -132,10 +132,14 @@ | |||
132 | 0 0 0x1 0x0>; /* PA0 periph A */ | 132 | 0 0 0x1 0x0>; /* PA0 periph A */ |
133 | }; | 133 | }; |
134 | 134 | ||
135 | pinctrl_usart0_rts_cts: usart0_rts_cts-0 { | 135 | pinctrl_usart0_rts: usart0_rts-0 { |
136 | atmel,pins = | 136 | atmel,pins = |
137 | <0 2 0x1 0x0 /* PA2 periph A */ | 137 | <0 2 0x1 0x0>; /* PA2 periph A */ |
138 | 0 3 0x1 0x0>; /* PA3 periph A */ | 138 | }; |
139 | |||
140 | pinctrl_usart0_cts: usart0_cts-0 { | ||
141 | atmel,pins = | ||
142 | <0 3 0x1 0x0>; /* PA3 periph A */ | ||
139 | }; | 143 | }; |
140 | }; | 144 | }; |
141 | 145 | ||
@@ -154,10 +158,14 @@ | |||
154 | 0 7 0x1 0x0>; /* PA7 periph A */ | 158 | 0 7 0x1 0x0>; /* PA7 periph A */ |
155 | }; | 159 | }; |
156 | 160 | ||
157 | pinctrl_usart2_rts_cts: usart2_rts_cts-0 { | 161 | pinctrl_usart2_rts: usart2_rts-0 { |
158 | atmel,pins = | 162 | atmel,pins = |
159 | <1 0 0x2 0x0 /* PB0 periph B */ | 163 | <1 0 0x2 0x0>; /* PB0 periph B */ |
160 | 1 1 0x2 0x0>; /* PB1 periph B */ | 164 | }; |
165 | |||
166 | pinctrl_usart2_cts: usart2_cts-0 { | ||
167 | atmel,pins = | ||
168 | <1 1 0x2 0x0>; /* PB1 periph B */ | ||
161 | }; | 169 | }; |
162 | }; | 170 | }; |
163 | 171 | ||
@@ -168,10 +176,14 @@ | |||
168 | 2 22 0x2 0x0>; /* PC22 periph B */ | 176 | 2 22 0x2 0x0>; /* PC22 periph B */ |
169 | }; | 177 | }; |
170 | 178 | ||
171 | pinctrl_usart3_rts_cts: usart3_rts_cts-0 { | 179 | pinctrl_usart3_rts: usart3_rts-0 { |
180 | atmel,pins = | ||
181 | <2 24 0x2 0x0>; /* PC24 periph B */ | ||
182 | }; | ||
183 | |||
184 | pinctrl_usart3_cts: usart3_cts-0 { | ||
172 | atmel,pins = | 185 | atmel,pins = |
173 | <2 24 0x2 0x0 /* PC24 periph B */ | 186 | <2 25 0x2 0x0>; /* PC25 periph B */ |
174 | 2 25 0x2 0x0>; /* PC25 periph B */ | ||
175 | }; | 187 | }; |
176 | }; | 188 | }; |
177 | 189 | ||