mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
17 lines
301 B
Plaintext
17 lines
301 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "qca9558_qxwlan_e558.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Qxwlan E558 v2 16M";
|
||
|
compatible = "qxwlan,e558-v2-16m", "qca,qca9558";
|
||
|
};
|
||
|
|
||
|
&partitions {
|
||
|
partition@70000 {
|
||
|
compatible = "denx,uimage";
|
||
|
label = "firmware";
|
||
|
reg = <0x070000 0xf90000>;
|
||
|
};
|
||
|
};
|