aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKV Sujith <sujithkv@ti.com>2013-11-21 13:15:30 -0500
committerSekhar Nori <nsekhar@ti.com>2013-12-15 08:05:37 -0500
commit2e38b946dc54a46eaa1ab8ee1ab994a87430af9a (patch)
treeea610d0e5828de707abc90b1cd87469c3ce904cf
parent374b105797c3d4f29c685f3be535c35f5689b30e (diff)
ARM: davinci: da850: add GPIO DT node
Add DT node for Davinci GPIO driver. Signed-off-by: KV Sujith <sujithkv@ti.com> Signed-off-by: Philip Avinash <avinashphilip@ti.com> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r--arch/arm/boot/dts/da850.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 8d17346f9702..b695548dbb4e 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -8,6 +8,7 @@
8 * option) any later version. 8 * option) any later version.
9 */ 9 */
10#include "skeleton.dtsi" 10#include "skeleton.dtsi"
11#include <dt-bindings/interrupt-controller/irq.h>
11 12
12/ { 13/ {
13 arm { 14 arm {
@@ -256,6 +257,19 @@
256 36 257 36
257 >; 258 >;
258 }; 259 };
260 gpio: gpio@1e26000 {
261 compatible = "ti,dm6441-gpio";
262 gpio-controller;
263 reg = <0x226000 0x1000>;
264 interrupts = <42 IRQ_TYPE_EDGE_BOTH
265 43 IRQ_TYPE_EDGE_BOTH 44 IRQ_TYPE_EDGE_BOTH
266 45 IRQ_TYPE_EDGE_BOTH 46 IRQ_TYPE_EDGE_BOTH
267 47 IRQ_TYPE_EDGE_BOTH 48 IRQ_TYPE_EDGE_BOTH
268 49 IRQ_TYPE_EDGE_BOTH 50 IRQ_TYPE_EDGE_BOTH>;
269 ti,ngpio = <144>;
270 ti,davinci-gpio-unbanked = <0>;
271 status = "disabled";
272 };
259 }; 273 };
260 nand_cs3@62000000 { 274 nand_cs3@62000000 {
261 compatible = "ti,davinci-nand"; 275 compatible = "ti,davinci-nand";