diff options
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5.dtsi | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 40ac3a4eb1ab..3a47cf952146 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi | |||
@@ -88,13 +88,6 @@ | |||
88 | interrupts = <1 4 7>; | 88 | interrupts = <1 4 7>; |
89 | }; | 89 | }; |
90 | 90 | ||
91 | ssc0: ssc@f0010000 { | ||
92 | compatible = "atmel,at91sam9g45-ssc"; | ||
93 | reg = <0xf0010000 0x4000>; | ||
94 | interrupts = <28 4 5>; | ||
95 | status = "disabled"; | ||
96 | }; | ||
97 | |||
98 | tcb0: timer@f8008000 { | 91 | tcb0: timer@f8008000 { |
99 | compatible = "atmel,at91sam9x5-tcb"; | 92 | compatible = "atmel,at91sam9x5-tcb"; |
100 | reg = <0xf8008000 0x100>; | 93 | reg = <0xf8008000 0x100>; |
@@ -290,6 +283,22 @@ | |||
290 | }; | 283 | }; |
291 | }; | 284 | }; |
292 | 285 | ||
286 | ssc0 { | ||
287 | pinctrl_ssc0_tx: ssc0_tx-0 { | ||
288 | atmel,pins = | ||
289 | <0 24 0x2 0x0 /* PA24 periph B */ | ||
290 | 0 25 0x2 0x0 /* PA25 periph B */ | ||
291 | 0 26 0x2 0x0>; /* PA26 periph B */ | ||
292 | }; | ||
293 | |||
294 | pinctrl_ssc0_rx: ssc0_rx-0 { | ||
295 | atmel,pins = | ||
296 | <0 27 0x2 0x0 /* PA27 periph B */ | ||
297 | 0 28 0x2 0x0 /* PA28 periph B */ | ||
298 | 0 29 0x2 0x0>; /* PA29 periph B */ | ||
299 | }; | ||
300 | }; | ||
301 | |||
293 | pioA: gpio@fffff400 { | 302 | pioA: gpio@fffff400 { |
294 | compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio"; | 303 | compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio"; |
295 | reg = <0xfffff400 0x200>; | 304 | reg = <0xfffff400 0x200>; |
@@ -333,6 +342,15 @@ | |||
333 | }; | 342 | }; |
334 | }; | 343 | }; |
335 | 344 | ||
345 | ssc0: ssc@f0010000 { | ||
346 | compatible = "atmel,at91sam9g45-ssc"; | ||
347 | reg = <0xf0010000 0x4000>; | ||
348 | interrupts = <28 4 5>; | ||
349 | pinctrl-names = "default"; | ||
350 | pinctrl-0 = <&pinctrl_ssc0_tx &pinctrl_ssc0_rx>; | ||
351 | status = "disabled"; | ||
352 | }; | ||
353 | |||
336 | mmc0: mmc@f0008000 { | 354 | mmc0: mmc@f0008000 { |
337 | compatible = "atmel,hsmci"; | 355 | compatible = "atmel,hsmci"; |
338 | reg = <0xf0008000 0x600>; | 356 | reg = <0xf0008000 0x600>; |