ARM: dts: Add GPMC node for OMAP2, OMAP4 and OMAP5
[deliverable/linux.git] / arch / arm / boot / dts / omap2430.dtsi
index c3924457c9b62de16b2709434c98e99f280b3c47..832f184ae91200bf6f96e8f59f3271b3e24644ac 100644 (file)
                        pinctrl-single,function-mask = <0x3f>;
                };
 
+               gpmc: gpmc@6e000000 {
+                       compatible = "ti,omap2430-gpmc";
+                       reg = <0x6e000000 0x1000>;
+                       #address-cells = <2>;
+                       #size-cells = <1>;
+                       interrupts = <20>;
+                       gpmc,num-cs = <8>;
+                       gpmc,num-waitpins = <4>;
+                       ti,hwmods = "gpmc";
+               };
+
                mcbsp1: mcbsp@48074000 {
                        compatible = "ti,omap2430-mcbsp";
                        reg = <0x48074000 0xff>;
This page took 0.024659 seconds and 5 git commands to generate.