mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-27 23:26:59 +08:00
16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
![]() |
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "qca9531_glinet_gl-ar300m.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "glinet,gl-ar300m16", "qca,qca9531";
|
||
|
model = "GL.iNet GL-AR300M16";
|
||
|
};
|
||
|
|
||
|
/delete-node/ &nand_flash;
|
||
|
|
||
|
&nor_firmware {
|
||
|
compatible = "denx,uimage";
|
||
|
label = "firmware";
|
||
|
};
|