msm8916-openwrt/target/linux/ath79/dts/qca9531_glinet_gl-s200-nor-nand.dts
Weiping Yang c7baca3bb6 ath79: add support for GL.iNet GL-S200
Specifications:
SoC: QCA9531(650MHz)
RAM: DDR2 128M
Flash: SPI NOR 16M + SPI NAND 128M
WiFi: 2.4GHz with 2 antennas(WiFi/Thread)
Ethernet:
    1xLAN(10/100M)
    2xWAN(10/100M)
Button: 1x Reset Button
Switch: 1x Mode switch
LED: 1x Blue LED + 1x White LED + 1x Orange LED
IOT: Thread + ZigBee/Zwave

By uboot web failsafe:
Push the reset button for 5 seconds util the power led flash faster,
then use broswer to access http://192.168.1.1

Afterwards upgrade can use sysupgrade image.

Signed-off-by: Weiping Yang <weiping.yang@gl-inet.com>
2023-10-31 13:53:11 +01:00

30 lines
483 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
#include "qca9531_glinet_gl-s200.dtsi"
/ {
compatible = "glinet,gl-s200-nor-nand", "qca,qca9531";
model = "GL.iNet GL-S200 (NOR/NAND)";
};
&nor_partitions {
partition@60000 {
label = "kernel";
reg = <0x060000 0x400000>;
};
parition@460000 {
label = "nor_reserved";
reg = <0x460000 0xb80000>;
};
parition@fe0000 {
label = "log";
reg = <0xfe0000 0x020000>;
};
};
&flash_nand {
status = "okay";
};