619d68bfc9
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>
15 lines
172 B
Text
15 lines
172 B
Text
/dts-v1/;
|
|
|
|
#include "ZBT-WG3526.dtsi"
|
|
|
|
/ {
|
|
model = "ZBT-WG3526 (16M)";
|
|
};
|
|
|
|
&firmware {
|
|
reg = <0x50000 0xfb0000>;
|
|
};
|
|
|
|
&status_led {
|
|
label = "zbt-wg3526:green:status";
|
|
};
|