aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91sam9n12.dtsi
diff options
context:
space:
mode:
authorRichard Genoud <richard.genoud@gmail.com>2013-04-03 02:02:18 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-24 06:02:44 -0400
commitd50f88a0c304835fd38ea91327a882679ac413db (patch)
treec63f17c9a34652f1ec9861e21f44e5c3f12cced2 /arch/arm/boot/dts/at91sam9n12.dtsi
parentf0db66a5cd8f494f9034a5883094102bc46f73bc (diff)
ARM: dts: add spi nodes for atmel SoC
Signed-off-by: Richard Genoud <richard.genoud@gmail.com> [wenyou.yang@atmel.com: add spi nodes for sam9260, sam9263, sam9g45 and sam9n12] [wenyou.yang@atmel.com: remove spi property "cs-gpios" to the board dts files] [wenyou.yang@atmel.com: submit the patch] Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12.dtsi')
-rw-r--r--arch/arm/boot/dts/at91sam9n12.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi
index 7750f98dd764..f3f87ef30558 100644
--- a/arch/arm/boot/dts/at91sam9n12.dtsi
+++ b/arch/arm/boot/dts/at91sam9n12.dtsi
@@ -373,6 +373,24 @@
373 #size-cells = <0>; 373 #size-cells = <0>;
374 status = "disabled"; 374 status = "disabled";
375 }; 375 };
376
377 spi0: spi@f0000000 {
378 #address-cells = <1>;
379 #size-cells = <0>;
380 compatible = "atmel,at91rm9200-spi";
381 reg = <0xf0000000 0x100>;
382 interrupts = <13 4 3>;
383 status = "disabled";
384 };
385
386 spi1: spi@f0004000 {
387 #address-cells = <1>;
388 #size-cells = <0>;
389 compatible = "atmel,at91rm9200-spi";
390 reg = <0xf0004000 0x100>;
391 interrupts = <14 4 3>;
392 status = "disabled";
393 };
376 }; 394 };
377 395
378 nand0: nand@40000000 { 396 nand0: nand@40000000 {