diff options
author | Philip Avinash <avinashphilip@ti.com> | 2013-05-02 13:44:03 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-05-09 04:17:05 +0400 |
commit | e45879ec26928036e09f80c4f72470370629f3a4 (patch) | |
tree | ede5489f9c792825f94601121459c51f53c37889 /arch/arm/boot/dts | |
parent | 45465c5e592fa86466173b7eab83730e9d3fe041 (diff) | |
download | linux-e45879ec26928036e09f80c4f72470370629f3a4.tar.xz |
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/dts')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 12 |
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 @@ 0x44d80000 0x2000>; /* M3 DMEM */ ti,hwmods = "wkup_m3"; }; + + gpmc: gpmc@50000000 { + compatible = "ti,am3352-gpmc"; + ti,hwmods = "gpmc"; + reg = <0x50000000 0x2000>; + interrupts = <100>; + num-cs = <7>; + num-waitpins = <2>; + #address-cells = <2>; + #size-cells = <1>; + status = "disabled"; + }; }; }; |