ARM: dts: OMAP3: Add GPMC controller
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / omap3.dtsi
index a14f74bbce7c0079238486899ba3037dcf926c62..33bc0c47a8cd5f8dd5b6f1458b38c67f81da52ed 100644 (file)
                        };
                };
 
+               gpmc: gpmc@6e000000 {
+                       compatible = "ti,omap3430-gpmc";
+                       ti,hwmods = "gpmc";
+                       reg = <0x6e000000 0x1000000>;
+                       interrupts = <20>;
+                       gpmc,num-cs = <8>;
+                       gpmc,num-waitpins = <4>;
+                       #address-cells = <2>;
+                       #size-cells = <1>;
+               };
        };
 };