From: Florian Vaussard Date: Mon, 28 Jan 2013 17:54:07 +0000 (+0100) Subject: ARM: dts: OMAP3: Add GPMC controller X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6e8489dffd57c8e1afdac3da971604140492de9e;p=linux-beck.git ARM: dts: OMAP3: Add GPMC controller Add device-tree support for the GPMC controller on the OMAP3. Signed-off-by: Florian Vaussard Signed-off-by: Benoit Cousson --- diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index a14f74bbce7c..33bc0c47a8cd 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -428,5 +428,15 @@ }; }; + 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>; + }; }; };