diff options
author | John Crispin <john@openwrt.org> | 2013-04-09 14:19:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-09 14:19:36 +0000 |
commit | bc7b3109590eeb3182f9d50bf358370f4b7828c1 (patch) | |
tree | 438b94f9edd28bbd4d560a9c26d579633583f236 /target/linux/ramips/dts/rt5350.dtsi | |
parent | 48feea4861bba4673e8e2d7a6cedf483963180fc (diff) | |
download | upstream-bc7b3109590eeb3182f9d50bf358370f4b7828c1.tar.gz upstream-bc7b3109590eeb3182f9d50bf358370f4b7828c1.tar.bz2 upstream-bc7b3109590eeb3182f9d50bf358370f4b7828c1.zip |
move memory detect node to dtsi files
Signed-of-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36290
Diffstat (limited to 'target/linux/ramips/dts/rt5350.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt5350.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi index 06cfb96391..0513531abf 100644 --- a/target/linux/ramips/dts/rt5350.dtsi +++ b/target/linux/ramips/dts/rt5350.dtsi @@ -13,6 +13,10 @@ bootargs = "console=ttyS0,57600"; }; + memorydetect { + ralink,memory = <0x0 0x200000 0x4000000>; + }; + cpuintc: cpuintc@0 { #address-cells = <0>; #interrupt-cells = <1>; |