Skip to content

Commit

Permalink
ARM: dts: OMAP3: Add GPMC controller
Browse files Browse the repository at this point in the history
Add device-tree support for the GPMC controller on the OMAP3.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
  • Loading branch information
Florian Vaussard authored and Benoit Cousson committed Apr 8, 2013
1 parent 392adaf commit 6e8489d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/omap3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
};

0 comments on commit 6e8489d

Please sign in to comment.