aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9563_glinet_gl-ar750s-nor-nand.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/qca9563_glinet_gl-ar750s-nor-nand.dts')
-rw-r--r--target/linux/ath79/dts/qca9563_glinet_gl-ar750s-nor-nand.dts17
1 files changed, 15 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9563_glinet_gl-ar750s-nor-nand.dts b/target/linux/ath79/dts/qca9563_glinet_gl-ar750s-nor-nand.dts
index 92d1fb9ba2..3fe8a35b98 100644
--- a/target/linux/ath79/dts/qca9563_glinet_gl-ar750s-nor-nand.dts
+++ b/target/linux/ath79/dts/qca9563_glinet_gl-ar750s-nor-nand.dts
@@ -9,8 +9,21 @@
model = "GL.iNet GL-AR750S (NOR/NAND)";
};
-&nor_kernel {
- label = "kernel";
+&nor_partitions {
+ partition@60000 {
+ label = "kernel";
+ reg = <0x060000 0x400000>;
+
+ /*
+ * U-Boot bootcmd is "bootm 0x9f060000".
+ * So this might be possible to resize in the future.
+ */
+ };
+
+ partition@460000 {
+ label = "nor_reserved";
+ reg = <0x460000 0xba0000>;
+ };
};
&nand_ubi {