diff options
author | Ivan Khoronzhuk <ivan.khoronzhuk@ti.com> | 2014-03-01 06:05:24 +0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2014-03-01 06:05:24 +0400 |
commit | 82c04f71ecacf225cdd0ea96ec91f28ca9db70a1 (patch) | |
tree | afa8b71adb501bfc98be3336b0ca444e370d8576 /arch/arm/boot/dts/keystone.dtsi | |
parent | 209636b6784a1b6bd3968aebf03612467c33361c (diff) | |
download | linux-82c04f71ecacf225cdd0ea96ec91f28ca9db70a1.tar.xz |
ARM: dts: keystone: add AEMIF/NAND device entry
Add AEMIF/NAND device entry.
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/keystone.dtsi')
-rw-r--r-- | arch/arm/boot/dts/keystone.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index 1992351e09fa..90823eb90c1b 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi @@ -235,5 +235,18 @@ ti,ngpio = <32>; ti,davinci-gpio-unbanked = <32>; }; + + aemif: aemif@21000A00 { + compatible = "ti,keystone-aemif", "ti,davinci-aemif"; + #address-cells = <2>; + #size-cells = <1>; + clocks = <&clkaemif>; + clock-names = "aemif"; + clock-ranges; + + reg = <0x21000A00 0x00000100>; + ranges = <0 0 0x30000000 0x10000000 + 1 0 0x21000A00 0x00000100>; + }; }; }; |