OSDN Git Service

ARM: dts: Add support for GPMC for dm814x and dra62x
authorTony Lindgren <tony@atomide.com>
Fri, 12 Feb 2016 21:25:14 +0000 (13:25 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 12 Feb 2016 21:25:14 +0000 (13:25 -0800)
Add support for GPMC for dm814x and dra62x

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dm814x.dtsi

index a25cd51..3fe68b1 100644 (file)
                                reg-names = "gmii-sel";
                        };
                };
+
+               gpmc: gpmc@50000000 {
+                       compatible = "ti,am3352-gpmc";
+                       ti,hwmods = "gpmc";
+                       ti,no-idle-on-init;
+                       reg = <0x50000000 0x2000>;
+                       interrupts = <100>;
+                       gpmc,num-cs = <7>;
+                       gpmc,num-waitpins = <2>;
+                       #address-cells = <2>;
+                       #size-cells = <1>;
+               };
        };
 };