ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9531_glinet_gl-s200-nor-nand.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 /dts-v1/;
4
5 #include "qca9531_glinet_gl-s200.dtsi"
6
7 / {
8 compatible = "glinet,gl-s200-nor-nand", "qca,qca9531";
9 model = "GL.iNet GL-S200 (NOR/NAND)";
10 };
11
12 &nor_partitions {
13 partition@60000 {
14 label = "kernel";
15 reg = <0x060000 0x400000>;
16 };
17 parition@460000 {
18 label = "nor_reserved";
19 reg = <0x460000 0xb80000>;
20 };
21 parition@fe0000 {
22 label = "log";
23 reg = <0xfe0000 0x020000>;
24 };
25 };
26
27 &flash_nand {
28 status = "okay";
29 };