mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
17 lines
289 B
Plaintext
17 lines
289 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "ar9344_nec_aterm.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "nec,wg600hp", "qca,ar9344";
|
||
|
model = "NEC Aterm WG600HP";
|
||
|
};
|
||
|
|
||
|
&partitions {
|
||
|
partition@40000 {
|
||
|
compatible = "denx,uimage";
|
||
|
label = "firmware";
|
||
|
reg = <0x040000 0x7c0000>;
|
||
|
};
|
||
|
};
|