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/at91sam9263.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/at91sam9263.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9263.dtsi | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi index cf4b59fc8e08..a14aa3d1f015 100644 --- a/arch/arm/boot/dts/at91sam9263.dtsi +++ b/arch/arm/boot/dts/at91sam9263.dtsi | |||
@@ -120,10 +120,14 @@ | |||
120 | 0 27 0x1 0x0>; /* PA27 periph A */ | 120 | 0 27 0x1 0x0>; /* PA27 periph A */ |
121 | }; | 121 | }; |
122 | 122 | ||
123 | pinctrl_usart0_rts_cts: usart0_rts_cts-0 { | 123 | pinctrl_usart0_rts: usart0_rts-0 { |
124 | atmel,pins = | 124 | atmel,pins = |
125 | <0 28 0x1 0x0 /* PA28 periph A */ | 125 | <0 28 0x1 0x0>; /* PA28 periph A */ |
126 | 0 29 0x1 0x0>; /* PA29 periph A */ | 126 | }; |
127 | |||
128 | pinctrl_usart0_cts: usart0_cts-0 { | ||
129 | atmel,pins = | ||
130 | <0 29 0x1 0x0>; /* PA29 periph A */ | ||
127 | }; | 131 | }; |
128 | }; | 132 | }; |
129 | 133 | ||
@@ -134,10 +138,14 @@ | |||
134 | 3 1 0x1 0x0>; /* PD1 periph A */ | 138 | 3 1 0x1 0x0>; /* PD1 periph A */ |
135 | }; | 139 | }; |
136 | 140 | ||
137 | pinctrl_usart1_rts_cts: usart1_rts_cts-0 { | 141 | pinctrl_usart1_rts: usart1_rts-0 { |
138 | atmel,pins = | 142 | atmel,pins = |
139 | <3 7 0x2 0x0 /* PD7 periph B */ | 143 | <3 7 0x2 0x0>; /* PD7 periph B */ |
140 | 3 8 0x2 0x0>; /* PD8 periph B */ | 144 | }; |
145 | |||
146 | pinctrl_usart1_cts: usart1_cts-0 { | ||
147 | atmel,pins = | ||
148 | <3 8 0x2 0x0>; /* PD8 periph B */ | ||
141 | }; | 149 | }; |
142 | }; | 150 | }; |
143 | 151 | ||
@@ -148,10 +156,14 @@ | |||
148 | 3 3 0x1 0x0>; /* PD3 periph A */ | 156 | 3 3 0x1 0x0>; /* PD3 periph A */ |
149 | }; | 157 | }; |
150 | 158 | ||
151 | pinctrl_usart2_rts_cts: usart2_rts_cts-0 { | 159 | pinctrl_usart2_rts: usart2_rts-0 { |
160 | atmel,pins = | ||
161 | <3 5 0x2 0x0>; /* PD5 periph B */ | ||
162 | }; | ||
163 | |||
164 | pinctrl_usart2_cts: usart2_cts-0 { | ||
152 | atmel,pins = | 165 | atmel,pins = |
153 | <3 5 0x2 0x0 /* PD5 periph B */ | 166 | <4 6 0x2 0x0>; /* PD6 periph B */ |
154 | 4 6 0x2 0x0>; /* PD6 periph B */ | ||
155 | }; | 167 | }; |
156 | }; | 168 | }; |
157 | 169 | ||