blob: 433ed9d6ab2c61b622454bc17b49ee05b9ca5a52 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3#include "qca9563_glinet_gl-ar750s.dtsi"
4
5/ {
6 compatible = "glinet,gl-ar750s-nor-nand", "qca,qca9563";
7 model = "GL.iNet GL-AR750S (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};