| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | // 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 | }; |