From 2ddaf96a77a92186447ca18935b8a36d46d3db95 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Wed, 12 Apr 2017 07:53:56 +0200 Subject: ramips: add ZBT-WE826 32MB variant The ZBT-WG826 is available with 16 or 32 MByte of flash. Split the device tree source file, rename the currently supported 16 MByte version and add the 32 MByte variant. Signed-off-by: Mathias Kresin --- target/linux/ramips/dts/ZBT-WE826-32M.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 target/linux/ramips/dts/ZBT-WE826-32M.dts (limited to 'target/linux/ramips/dts/ZBT-WE826-32M.dts') diff --git a/target/linux/ramips/dts/ZBT-WE826-32M.dts b/target/linux/ramips/dts/ZBT-WE826-32M.dts new file mode 100644 index 0000000000..c8383cbb64 --- /dev/null +++ b/target/linux/ramips/dts/ZBT-WE826-32M.dts @@ -0,0 +1,12 @@ +/dts-v1/; + +#include "ZBT-WG3526.dtsi" + +/ { + compatible = "zbtlink,zbt-we826-32m", "zbtlink,zbt-we826", "ralink,mt7620a-soc"; + model = "ZBT-WE826 (32M)"; +}; + +&firmware { + reg = <0x50000 0x1fb0000>; +}; \ No newline at end of file -- cgit v1.2.3