diff options
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/at91rm9200.dtsi | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91rm9200.dtsi b/arch/arm/boot/dts/at91rm9200.dtsi index 222047f1ece9..73edf0217890 100644 --- a/arch/arm/boot/dts/at91rm9200.dtsi +++ b/arch/arm/boot/dts/at91rm9200.dtsi | |||
@@ -88,6 +88,15 @@ | |||
88 | interrupts = <20 4 0 21 4 0 22 4 0>; | 88 | interrupts = <20 4 0 21 4 0 22 4 0>; |
89 | }; | 89 | }; |
90 | 90 | ||
91 | mmc0: mmc@fffb4000 { | ||
92 | compatible = "atmel,hsmci"; | ||
93 | reg = <0xfffb4000 0x4000>; | ||
94 | interrupts = <10 4 0>; | ||
95 | #address-cells = <1>; | ||
96 | #size-cells = <0>; | ||
97 | status = "disabled"; | ||
98 | }; | ||
99 | |||
91 | pinctrl@fffff400 { | 100 | pinctrl@fffff400 { |
92 | #address-cells = <1>; | 101 | #address-cells = <1>; |
93 | #size-cells = <1>; | 102 | #size-cells = <1>; |
@@ -207,6 +216,39 @@ | |||
207 | }; | 216 | }; |
208 | }; | 217 | }; |
209 | 218 | ||
219 | mmc0 { | ||
220 | pinctrl_mmc0_clk: mmc0_clk-0 { | ||
221 | atmel,pins = | ||
222 | <0 27 0x1 0x0>; /* PA27 periph A */ | ||
223 | }; | ||
224 | |||
225 | pinctrl_mmc0_slot0_cmd_dat0: mmc0_slot0_cmd_dat0-0 { | ||
226 | atmel,pins = | ||
227 | <0 28 0x1 0x1 /* PA28 periph A with pullup */ | ||
228 | 0 29 0x1 0x1>; /* PA29 periph A with pullup */ | ||
229 | }; | ||
230 | |||
231 | pinctrl_mmc0_slot0_dat1_3: mmc0_slot0_dat1_3-0 { | ||
232 | atmel,pins = | ||
233 | <1 3 0x2 0x1 /* PB3 periph B with pullup */ | ||
234 | 1 4 0x2 0x1 /* PB4 periph B with pullup */ | ||
235 | 1 5 0x2 0x1>; /* PB5 periph B with pullup */ | ||
236 | }; | ||
237 | |||
238 | pinctrl_mmc0_slot1_cmd_dat0: mmc0_slot1_cmd_dat0-0 { | ||
239 | atmel,pins = | ||
240 | <0 8 0x2 0x1 /* PA8 periph B with pullup */ | ||
241 | 0 9 0x2 0x1>; /* PA9 periph B with pullup */ | ||
242 | }; | ||
243 | |||
244 | pinctrl_mmc0_slot1_dat1_3: mmc0_slot1_dat1_3-0 { | ||
245 | atmel,pins = | ||
246 | <0 10 0x2 0x1 /* PA10 periph B with pullup */ | ||
247 | 0 11 0x2 0x1 /* PA11 periph B with pullup */ | ||
248 | 0 12 0x2 0x1>; /* PA12 periph B with pullup */ | ||
249 | }; | ||
250 | }; | ||
251 | |||
210 | pioA: gpio@fffff400 { | 252 | pioA: gpio@fffff400 { |
211 | compatible = "atmel,at91rm9200-gpio"; | 253 | compatible = "atmel,at91rm9200-gpio"; |
212 | reg = <0xfffff400 0x200>; | 254 | reg = <0xfffff400 0x200>; |