diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2013-05-23 19:00:22 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-05-31 10:52:36 -0400 |
commit | 2432d201468da6e4dee41f4ac49023bc997e61e5 (patch) | |
tree | 6de75dfdd4f1544a6b68aa585958a65a19ca9b9a | |
parent | 3e0afe688b4dd0507d4f5d744c2262a195df902e (diff) |
ARM: at91: dt: usb-a9263: add dataflash 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/usb_a9263.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/usb_a9263.dts b/arch/arm/boot/dts/usb_a9263.dts index e7eb9ae29554..290e60383baf 100644 --- a/arch/arm/boot/dts/usb_a9263.dts +++ b/arch/arm/boot/dts/usb_a9263.dts | |||
@@ -47,6 +47,16 @@ | |||
47 | status = "okay"; | 47 | status = "okay"; |
48 | }; | 48 | }; |
49 | 49 | ||
50 | spi0: spi@fffa4000 { | ||
51 | cs-gpios = <&pioB 15 GPIO_ACTIVE_HIGH>; | ||
52 | status = "okay"; | ||
53 | mtd_dataflash@0 { | ||
54 | compatible = "atmel,at45", "atmel,dataflash"; | ||
55 | reg = <0>; | ||
56 | spi-max-frequency = <15000000>; | ||
57 | }; | ||
58 | }; | ||
59 | |||
50 | shdwc@fffffd10 { | 60 | shdwc@fffffd10 { |
51 | atmel,wakeup-counter = <10>; | 61 | atmel,wakeup-counter = <10>; |
52 | atmel,wakeup-rtt-timer; | 62 | atmel,wakeup-rtt-timer; |