diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-07-02 20:02:27 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 23:28:55 +0800 |
commit | cff2a71365dfca3f03b56da972d76f00815805d8 (patch) | |
tree | 2fc2622f49358b77ad64a7b33f9df70bdc440b24 /arch | |
parent | 984d6fc31358e3ea50430932f5a38f501dbf8ad0 (diff) | |
download | talos-op-linux-cff2a71365dfca3f03b56da972d76f00815805d8.tar.gz talos-op-linux-cff2a71365dfca3f03b56da972d76f00815805d8.zip |
ARM: dts: imx27-phytec-phycore-som: Add SRAM node
This patch adds SRAM node for Phytec PCM-038 module.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycore-som.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts index 92765ee69614..bd7df2ea1077 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts @@ -181,4 +181,14 @@ #address-cells = <1>; #size-cells = <1>; }; + + sram: sram@c8000000 { + compatible = "mtd-ram"; + reg = <1 0x00000000 0x00800000>; + bank-width = <2>; + linux,mtd-name = "mtd-ram.0"; + fsl,weim-cs-timing = <0x0000d843 0x22252521 0x22220a00>; + #address-cells = <1>; + #size-cells = <1>; + }; }; |