Files
openwrt_mitrastar/target/linux/ath79/dts/qca9558_nec_wg1800hp.dts
INAGAKI Hiroshi 76e0338247 ath79: update dtsi/dts for NEC Aterm devices based on QCA9558
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>
2025-04-07 00:42:18 +02:00

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";
};
&eth0 {
pll-data = <0x5a000000 0x00000101 0x00001616>;
};
&usb0 {
/delete-node/ port@1;
/* NEC uPD720114 */
hub@1 {
compatible = "usb0409,005a";
reg = <1>;
};
};