aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts')
-rw-r--r--target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts29
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts b/target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts
deleted file mode 100644
index 8fb05eda24..0000000000
--- a/target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts
+++ /dev/null
@@ -1,29 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
-
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
-
-#include "ar9342_ubnt_xw.dtsi"
-
-/ {
- compatible = "ubnt,nanostation-loco-m-xw", "ubnt,xw", "qca,ar9342";
- model = "Ubiquiti Nanostation Loco M (XW)";
-};
-
-&mdio0 {
- status = "okay";
-
- phy-mask = <0x1>;
-
- phy1: ethernet-phy@1 {
- reg = <1>;
- phy-mode = "mii";
- };
-};
-
-&eth0 {
- status = "okay";
-
- phy-handle = <&phy1>;
-};