@@ -236,6 +236,40 @@
trigger-external;
};
};
+
+ spi0: spi@fffc8000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "atmel,at91rm9200-spi";
+ reg = <0xfffc8000 0x100>;
+ interrupts = <12 4 3>;
+ cs-gpios = <&pioA 3 0
+ &pioC 11 0
+ &pioC 16 0
+ &pioC 17 0
+ >;
+ has_dma_support = <0>;
+ has_pdc_support = <1>;
+ is_ver2 = <1>;
+ status = "disabled";
+ };
+
+ spi1: spi@fffcc000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "atmel,at91rm9200-spi";
+ reg = <0xfffcc000 0x100>;
+ interrupts = <13 4 3>;
+ cs-gpios = <&pioB 3 0
+ &pioC 5 0
+ &pioC 4 0
+ &pioC 3 0
+ >;
+ has_dma_support = <0>;
+ has_pdc_support = <1>;
+ is_ver2 = <1>;
+ status = "disabled";
+ };
};
nand0: nand@40000000 {
@@ -185,6 +185,40 @@
interrupts = <24 4 2>;
status = "disabled";
};
+
+ spi0: spi@fffa4000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "atmel,at91rm9200-spi";
+ reg = <0xfffa4000 0x100>;
+ interrupts = <14 4 3>;
+ cs-gpios = <&pioA 5 0
+ &pioA 3 0
+ &pioA 4 0
+ &pioB 11 0
+ >;
+ has_dma_support = <0>;
+ has_pdc_support = <1>;
+ is_ver2 = <1>;
+ status = "disabled";
+ };
+
+ spi1: spi@fffa8000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "atmel,at91rm9200-spi";
+ reg = <0xfffa8000 0x100>;
+ interrupts = <15 4 3>;
+ cs-gpios = <&pioB 15 0
+ &pioB 16 0
+ &pioB 17 0
+ &pioB 18 0
+ >;
+ has_dma_support = <0>;
+ has_pdc_support = <1>;
+ is_ver2 = <1>;
+ status = "disabled";
+ };
};
nand0: nand@40000000 {
@@ -242,6 +242,40 @@
trigger-value = <0x6>;
};
};
+
+ spi0: spi@fffa4000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "atmel,at91rm9200-spi";
+ reg = <0xfffa4000 0x100>;
+ interrupts = <14 4 3>;
+ cs-gpios = <&pioB 3 0
+ &pioB 18 0
+ &pioB 19 0
+ &pioD 27 0
+ >;
+ has_dma_support = <0>;
+ has_pdc_support = <1>;
+ is_ver2 = <1>;
+ status = "disabled";
+ };
+
+ spi1: spi@fffa8000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "atmel,at91rm9200-spi";
+ reg = <0xfffa8000 0x100>;
+ interrupts = <15 4 3>;
+ cs-gpios = <&pioB 17 0
+ &pioD 28 0
+ &pioD 18 0
+ &pioD 19 0
+ >;
+ has_dma_support = <0>;
+ has_pdc_support = <1>;
+ is_ver2 = <1>;
+ status = "disabled";
+ };
};
nand0: nand@40000000 {
@@ -182,6 +182,40 @@
atmel,use-dma-tx;
status = "disabled";
};
+
+ spi0: spi@f0000000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "atmel,at91rm9200-spi";
+ reg = <0xf0000000 0x100>;
+ interrupts = <13 4 3>;
+ cs-gpios = <&pioA 14 0
+ &pioA 7 0
+ &pioA 1 0
+ &pioB 3 0
+ >;
+ has_dma_support = <1>;
+ has_pdc_support = <0>;
+ is_ver2 = <1>;
+ status = "disabled";
+ };
+
+ spi1: spi@f0004000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "atmel,at91rm9200-spi";
+ reg = <0xf0004000 0x100>;
+ interrupts = <14 4 3>;
+ cs-gpios = <&pioA 8 0
+ &pioA 0 0
+ &pioA 31 0
+ &pioA 30 0
+ >;
+ has_dma_support = <1>;
+ has_pdc_support = <0>;
+ is_ver2 = <1>;
+ status = "disabled";
+ };
};
nand0: nand@40000000 {
@@ -233,6 +233,40 @@
trigger-value = <0x6>;
};
};
+
+ spi0: spi@f0000000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "atmel,at91rm9200-spi";
+ reg = <0xf0000000 0x100>;
+ interrupts = <13 4 3>;
+ cs-gpios = <&pioA 14 0
+ &pioA 7 0 /* conflicts with TXD2 */
+ &pioA 1 0 /* conflicts with RXD0 */
+ &pioB 3 0 /* conflicts with ERXDV */
+ >;
+ has_dma_support = <1>;
+ has_pdc_support = <0>;
+ is_ver2 = <1>;
+ status = "disabled";
+ };
+
+ spi1: spi@f0004000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "atmel,at91rm9200-spi";
+ reg = <0xf0004000 0x100>;
+ interrupts = <14 4 3>;
+ cs-gpios = <&pioA 8 0 /* conflitcs with RXD2 */
+ &pioA 0 0 /* conflitcs with TXD0 */
+ &pioA 31 0 /* conflitcs with TWCK0 */
+ &pioA 30 0 /* conflitcs with TWD0 */
+ >;
+ has_dma_support = <1>;
+ has_pdc_support = <0>;
+ is_ver2 = <1>;
+ status = "disabled";
+ };
};
nand0: nand@40000000 {
Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> --- arch/arm/boot/dts/at91sam9260.dtsi | 34 ++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/at91sam9263.dtsi | 34 ++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/at91sam9g45.dtsi | 34 ++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/at91sam9n12.dtsi | 34 ++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/at91sam9x5.dtsi | 34 ++++++++++++++++++++++++++++++++++ 5 files changed, 170 insertions(+)