aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar7241.dtsi
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2018-05-24 16:53:10 +0200
committerJohn Crispin <john@phrozen.org>2018-05-24 17:24:31 +0200
commit76ba98d9b0b6e06bb7e843207654223cb62518d6 (patch)
tree34fec623c4450216119aacf6b038bd3bc1742a69 /target/linux/ath79/dts/ar7241.dtsi
parent45456fe0c8af2274ccf5db57942a8009a841fac3 (diff)
downloadupstream-76ba98d9b0b6e06bb7e843207654223cb62518d6.tar.gz
upstream-76ba98d9b0b6e06bb7e843207654223cb62518d6.tar.bz2
upstream-76ba98d9b0b6e06bb7e843207654223cb62518d6.zip
ath79: drop, its not ready for a release yet
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ath79/dts/ar7241.dtsi')
-rw-r--r--target/linux/ath79/dts/ar7241.dtsi78
1 files changed, 0 insertions, 78 deletions
diff --git a/target/linux/ath79/dts/ar7241.dtsi b/target/linux/ath79/dts/ar7241.dtsi
deleted file mode 100644
index 91ebea54e0..0000000000
--- a/target/linux/ath79/dts/ar7241.dtsi
+++ /dev/null
@@ -1,78 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-
-#include "ar724x.dtsi"
-
-/ {
- usb_phy: usb-phy {
- compatible = "qca,ar7200-usb-phy";
-
- reset-names = "usb-phy", "usb-suspend-override";
- resets = <&rst 4>, <&rst 3>;
-
- #phy-cells = <0>;
-
- status = "disabled";
- };
-};
-
-&gpio {
- ngpios = <20>;
-};
-
-&ahb {
- usb: usb@1b000000 {
- compatible = "generic-ehci";
- reg = <0x1b000000 0x1000>;
-
- interrupts = <3>;
-
- resets = <&rst 5>;
- reset-names = "usb-host";
-
- has-transaction-translator;
- caps-offset = <0x100>;
-
- phy-names = "usb-phy";
- phys = <&usb_phy>;
-
- status = "disabled";
- };
-};
-
-&mdio0 {
- regmap = <&eth1>;
- builtin-switch;
- resets = <&rst 22>;
- reset-names = "mdio";
-};
-
-&eth0 {
- compatible = "qca,ar7241-eth", "syscon";
-
- pll-data = <0x00110000 0x00001099 0x00991099>;
-
- resets = <&rst 8>, <&rst 9>;
- reset-names = "mac", "phy";
-};
-
-&mdio1 {
- resets = <&rst 23>;
- reset-names = "mdio";
- builtin-switch;
-};
-
-&eth1 {
- compatible = "qca,ar7241-eth", "syscon";
-
- pll-data = <0x00110000 0x00001099 0x00991099>;
-
- resets = <&rst 12>, <&rst 13>;
- reset-names = "mac", "phy";
-
- phy-mode = "gmii";
-
- fixed-link {
- speed = <1000>;
- full-duplex;
- };
-};