diff options
author | Mathias Kresin <dev@kresin.me> | 2017-04-07 23:52:27 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-04-25 19:29:59 +0200 |
commit | 619d68bfc90e548e3398b26a2a0ca3fccd7d3f38 (patch) | |
tree | 8a3e312a4c3a5b3bc6b57db3cd885a8d47d2c637 /target/linux/ramips/dts/ZBT-WG3526-16M.dts | |
parent | ff258effd508fc75edfb08ba709b333619d3f1e8 (diff) | |
download | upstream-619d68bfc90e548e3398b26a2a0ca3fccd7d3f38.tar.gz upstream-619d68bfc90e548e3398b26a2a0ca3fccd7d3f38.tar.bz2 upstream-619d68bfc90e548e3398b26a2a0ca3fccd7d3f38.zip |
ramips: prepare ZBT-WG3526 for hardware variants
The ZBT-WG3526 is available with 16 or 32 MByte of flash. Rename the
current supported 16MByte version to indicate which flash size variant
is supported.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/ZBT-WG3526-16M.dts')
-rw-r--r-- | target/linux/ramips/dts/ZBT-WG3526-16M.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/ZBT-WG3526-16M.dts b/target/linux/ramips/dts/ZBT-WG3526-16M.dts new file mode 100644 index 0000000000..fb64450207 --- /dev/null +++ b/target/linux/ramips/dts/ZBT-WG3526-16M.dts @@ -0,0 +1,15 @@ +/dts-v1/; + +#include "ZBT-WG3526.dtsi" + +/ { + model = "ZBT-WG3526 (16M)"; +}; + +&firmware { + reg = <0x50000 0xfb0000>; +}; + +&status_led { + label = "zbt-wg3526:green:status"; +}; |