]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: at91: dt: usb-a9263: add dataflash support
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Thu, 23 May 2013 23:00:22 +0000 (07:00 +0800)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 31 May 2013 14:52:36 +0000 (16:52 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/usb_a9263.dts

index e7eb9ae295549684a740010bbf0752a37da2e808..290e60383baf4f6a23862996b8c5ecb38d33a2b0 100644 (file)
                                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;