ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9563_glinet_gl-x1200-nor-nand.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9563_glinet_gl-x1200.dtsi"
4
5 / {
6 compatible = "glinet,gl-x1200-nor-nand", "qca,qca9563";
7 model = "GL.iNet GL-X1200 (NOR/NAND)";
8 };
9
10 &nor_partitions {
11 partition@60000 {
12 label = "kernel";
13 reg = <0x060000 0x400000>;
14
15 /*
16 * U-Boot bootcmd is "bootm 0x9f060000".
17 * So this might be possible to resize in the future.
18 */
19 };
20
21 partition@460000 {
22 label = "nor_reserved";
23 reg = <0x460000 0xba0000>;
24 };
25 };
26
27 &nand_ubi {
28 label = "ubi";
29 };