ARM: dts: Add GPMC node for OMAP2, OMAP4 and OMAP5
[deliverable/linux.git] / arch / arm / boot / dts / omap4.dtsi
index e5ac072178e19d87de467a043ea155f16d9643c1..2b0da055ef110bbc5838c5dc304a5a42c453e6f6 100644 (file)
                        #interrupt-cells = <1>;
                };
 
+               gpmc: gpmc@50000000 {
+                       compatible = "ti,omap4430-gpmc";
+                       reg = <0x50000000 0x1000>;
+                       #address-cells = <2>;
+                       #size-cells = <1>;
+                       interrupts = <0 20 0x4>;
+                       gpmc,num-cs = <8>;
+                       gpmc,num-waitpins = <4>;
+                       ti,hwmods = "gpmc";
+               };
+
                uart1: serial@4806a000 {
                        compatible = "ti,omap4-uart";
                        reg = <0x4806a000 0x100>;
This page took 0.036858 seconds and 5 git commands to generate.