aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorPhilip Avinash <avinashphilip@ti.com>2013-05-02 05:44:03 -0400
committerTony Lindgren <tony@atomide.com>2013-05-08 20:17:05 -0400
commite45879ec26928036e09f80c4f72470370629f3a4 (patch)
treeede5489f9c792825f94601121459c51f53c37889 /arch/arm/boot
parent45465c5e592fa86466173b7eab83730e9d3fe041 (diff)
ARM: dts: AM33XX: Add GPMC node
Add GPMC data node to AM33XX device tree file. Signed-off-by: Philip Avinash <avinashphilip@ti.com> Acked-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Pekon Gupta <pekon@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index d1101103aa51..1460d9b88adf 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -403,5 +403,17 @@
403 0x44d80000 0x2000>; /* M3 DMEM */ 403 0x44d80000 0x2000>; /* M3 DMEM */
404 ti,hwmods = "wkup_m3"; 404 ti,hwmods = "wkup_m3";
405 }; 405 };
406
407 gpmc: gpmc@50000000 {
408 compatible = "ti,am3352-gpmc";
409 ti,hwmods = "gpmc";
410 reg = <0x50000000 0x2000>;
411 interrupts = <100>;
412 num-cs = <7>;
413 num-waitpins = <2>;
414 #address-cells = <2>;
415 #size-cells = <1>;
416 status = "disabled";
417 };
406 }; 418 };
407}; 419};