From: Florian Vaussard Date: Mon, 28 Jan 2013 17:54:07 +0000 (+0100) Subject: ARM: dts: OMAP3: Add GPMC controller X-Git-Tag: v3.12-rc1~871^2~5^2~1^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e8489dffd57c8e1afdac3da971604140492de9e;p=kernel%2Fkernel-generic.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 a14f74b..33bc0c4 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>; + }; }; };