ath79: add support for GL.iNet GL-S200
[openwrt/staging/nbd.git] / target / linux / ath79 / dts / qca9531_glinet_gl-s200-nor.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", "qca,qca9531";
9 model = "GL.iNet GL-S200 (NOR)";
10 };
11
12 &nor_partitions {
13 partition@60000 {
14 compatible = "denx,uimage";
15 label = "firmware";
16 reg = <0x060000 0xf80000>;
17 };
18 partition@fe0000 {
19 label = "log";
20 reg = <0xfe0000 0x020000>;
21 };
22 };