diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2013-06-17 08:38:28 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-06-26 04:13:39 -0400 |
commit | 26e3326cc04bc3fc890a95ad6cb36359372acba5 (patch) | |
tree | 350b77d8b622db1879b70f486991744731b1ce35 | |
parent | 32a86877d8c69c36b8c5fb65a4e3d72747988950 (diff) |
ARM: at91: dt: rm9200ek: add spi support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/boot/dts/at91rm9200ek.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91rm9200ek.dts b/arch/arm/boot/dts/at91rm9200ek.dts index 14058125d123..d2d72c3b44c4 100644 --- a/arch/arm/boot/dts/at91rm9200ek.dts +++ b/arch/arm/boot/dts/at91rm9200ek.dts | |||
@@ -53,6 +53,16 @@ | |||
53 | atmel,vbus-gpio = <&pioD 4 GPIO_ACTIVE_HIGH>; | 53 | atmel,vbus-gpio = <&pioD 4 GPIO_ACTIVE_HIGH>; |
54 | status = "okay"; | 54 | status = "okay"; |
55 | }; | 55 | }; |
56 | |||
57 | spi0: spi@fffe0000 { | ||
58 | status = "okay"; | ||
59 | cs-gpios = <&pioA 3 0>, <0>, <0>, <0>; | ||
60 | mtd_dataflash@0 { | ||
61 | compatible = "atmel,at45", "atmel,dataflash"; | ||
62 | spi-max-frequency = <15000000>; | ||
63 | reg = <0>; | ||
64 | }; | ||
65 | }; | ||
56 | }; | 66 | }; |
57 | 67 | ||
58 | usb0: ohci@00300000 { | 68 | usb0: ohci@00300000 { |