diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2013-05-24 07:00:22 +0800 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-05-31 16:52:36 +0200 |
commit | 2432d201468da6e4dee41f4ac49023bc997e61e5 (patch) | |
tree | 6de75dfdd4f1544a6b68aa585958a65a19ca9b9a /arch/arm/boot/dts/usb_a9263.dts | |
parent | 3e0afe688b4dd0507d4f5d744c2262a195df902e (diff) | |
download | blackbird-obmc-linux-2432d201468da6e4dee41f4ac49023bc997e61e5.tar.gz blackbird-obmc-linux-2432d201468da6e4dee41f4ac49023bc997e61e5.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/usb_a9263.dts')
-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 @@ status = "okay"; }; + spi0: spi@fffa4000 { + cs-gpios = <&pioB 15 GPIO_ACTIVE_HIGH>; + status = "okay"; + mtd_dataflash@0 { + compatible = "atmel,at45", "atmel,dataflash"; + reg = <0>; + spi-max-frequency = <15000000>; + }; + }; + shdwc@fffffd10 { atmel,wakeup-counter = <10>; atmel,wakeup-rtt-timer; |