diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-07 14:46:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-07 14:46:11 +0000 |
commit | d1f28c6d1f6f27e496eb4c0b0bba6fc27835fd30 (patch) | |
tree | 3f4942a9ccb26a1fd544e1c6e6d05bbe7858c80b /target | |
parent | 0c3c29ca3836cb15061a757dc762f83ed58eb34b (diff) | |
download | upstream-d1f28c6d1f6f27e496eb4c0b0bba6fc27835fd30.tar.gz upstream-d1f28c6d1f6f27e496eb4c0b0bba6fc27835fd30.tar.bz2 upstream-d1f28c6d1f6f27e496eb4c0b0bba6fc27835fd30.zip |
ramips: add nor-flash node for the RT-N56U
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36249
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/RTN56U.dts | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/RTN56U.dts b/target/linux/ramips/dts/RTN56U.dts index db638f79c4..bec10cdbc2 100644 --- a/target/linux/ramips/dts/RTN56U.dts +++ b/target/linux/ramips/dts/RTN56U.dts @@ -51,6 +51,38 @@ status = "okay"; }; + nor-flash@1c000000 { + compatible = "cfi-flash"; + reg = <0x1c000000 0x800000>; + + bank-width = <2>; + #address-cells = <1>; + #size-cells = <1>; + + partition@0 { + reg = <0x0 0x0030000>; + label = "u-boot"; + read-only; + }; + + partition@30000 { + reg = <0x00030000 0x00010000>; + label = "u-boot-env"; + read-only; + }; + + partition@40000 { + reg = <0x00040000 0x00010000>; + label = "factory"; + read-only; + }; + + partition@50000 { + reg = <0x00050000 0x007b0000>; + label = "firmware"; + }; + }; + rtl8367 { compatible = "realtek,rtl8367"; gpio-sda = <&gpio0 1 0>; |