forked from Openwrt-EcoNet/openwrt
Add more DT labels and move a USB hub node to dts files of Aterm devices as a preparation for adding support of Aterm WG2200HP. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17584 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
23 lines
345 B
Plaintext
23 lines
345 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "qca9558_nec_aterm.dtsi"
|
|
|
|
/ {
|
|
compatible = "nec,wg1800hp", "qca,qca9558";
|
|
model = "NEC Aterm WG1800HP";
|
|
};
|
|
|
|
ð0 {
|
|
pll-data = <0x5a000000 0x00000101 0x00001616>;
|
|
};
|
|
|
|
&usb0 {
|
|
/delete-node/ port@1;
|
|
|
|
/* NEC uPD720114 */
|
|
hub@1 {
|
|
compatible = "usb0409,005a";
|
|
reg = <1>;
|
|
};
|
|
};
|