mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-20 22:16:56 +00:00
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>
16 lines
172 B
Plaintext
16 lines
172 B
Plaintext
/dts-v1/;
|
|
|
|
#include "ZBT-WG3526.dtsi"
|
|
|
|
/ {
|
|
model = "ZBT-WG3526 (16M)";
|
|
};
|
|
|
|
&firmware {
|
|
reg = <0x50000 0xfb0000>;
|
|
};
|
|
|
|
&status_led {
|
|
label = "zbt-wg3526:green:status";
|
|
};
|