mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "qca9558_nec_aterm.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "nec,wg1400hp", "qca,qca9558";
|
||
|
model = "NEC Aterm WG1400HP";
|
||
|
};
|
||
|
|
||
|
ð0 {
|
||
|
pll-data = <0x5a000000 0x00000101 0x00001616>;
|
||
|
};
|