blob: 30d17d5b052b9e53105781465fe1b202cfdca46b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "qca9558_qxwlan_e558.dtsi"
/ {
model = "Qxwlan E558 v2 8M";
compatible = "qxwlan,e558-v2-8m", "qca,qca9558";
};
&partitions {
partition@70000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x070000 0x790000>;
};
};
|