aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91sam9263.dtsi
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-22 22:19:11 -0400
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-11-18 17:54:25 -0500
commitd9b4fe837d671af5329f32570362c3c0b571c40b (patch)
tree380eaab4ced5d17db565bbeee17cee47cf161b15 /arch/arm/boot/dts/at91sam9263.dtsi
parent7ebd7a3ae0dd6e826767df504f7850d935fc3ee9 (diff)
ARM: at91sam9: add macb pinctrl support
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.dtsi30
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi
index 251ccec430a4..148b89a50eed 100644
--- a/arch/arm/boot/dts/at91sam9263.dtsi
+++ b/arch/arm/boot/dts/at91sam9263.dtsi
@@ -163,6 +163,34 @@
163 }; 163 };
164 }; 164 };
165 165
166 macb {
167 pinctrl_macb_rmii: macb_rmii-0 {
168 atmel,pins =
169 <2 25 0x2 0x0 /* PC25 periph B */
170 4 21 0x1 0x0 /* PE21 periph A */
171 4 23 0x1 0x0 /* PE23 periph A */
172 4 24 0x1 0x0 /* PE24 periph A */
173 4 25 0x1 0x0 /* PE25 periph A */
174 4 26 0x1 0x0 /* PE26 periph A */
175 4 27 0x1 0x0 /* PE27 periph A */
176 4 28 0x1 0x0 /* PE28 periph A */
177 4 29 0x1 0x0 /* PE29 periph A */
178 4 30 0x1 0x0>; /* PE30 periph A */
179 };
180
181 pinctrl_macb_rmii_mii: macb_rmii_mii-0 {
182 atmel,pins =
183 <2 20 0x2 0x0 /* PC20 periph B */
184 2 21 0x2 0x0 /* PC21 periph B */
185 2 22 0x2 0x0 /* PC22 periph B */
186 2 23 0x2 0x0 /* PC23 periph B */
187 2 24 0x2 0x0 /* PC24 periph B */
188 2 25 0x2 0x0 /* PC25 periph B */
189 2 27 0x2 0x0 /* PC27 periph B */
190 4 22 0x2 0x0>; /* PE22 periph B */
191 };
192 };
193
166 pioA: gpio@fffff200 { 194 pioA: gpio@fffff200 {
167 compatible = "atmel,at91rm9200-gpio"; 195 compatible = "atmel,at91rm9200-gpio";
168 reg = <0xfffff200 0x200>; 196 reg = <0xfffff200 0x200>;
@@ -260,6 +288,8 @@
260 compatible = "cdns,at32ap7000-macb", "cdns,macb"; 288 compatible = "cdns,at32ap7000-macb", "cdns,macb";
261 reg = <0xfffbc000 0x100>; 289 reg = <0xfffbc000 0x100>;
262 interrupts = <21 4 3>; 290 interrupts = <21 4 3>;
291 pinctrl-names = "default";
292 pinctrl-0 = <&pinctrl_macb_rmii>;
263 status = "disabled"; 293 status = "disabled";
264 }; 294 };
265 295