[OpenWrt-Devel] [PATCH 2/5] ath79: add AR7240 dtsi
Alex Maclean
monkeh at monkeh.net
Tue May 29 14:08:30 EDT 2018
Signed-off-by: Alex Maclean <monkeh at monkeh.net>
---
target/linux/ath79/dts/ar7240.dtsi | 66 ++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
create mode 100644 target/linux/ath79/dts/ar7240.dtsi
diff --git a/target/linux/ath79/dts/ar7240.dtsi b/target/linux/ath79/dts/ar7240.dtsi
new file mode 100644
index 0000000000..6805d1a786
--- /dev/null
+++ b/target/linux/ath79/dts/ar7240.dtsi
@@ -0,0 +1,66 @@
+// 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-ohci-dll";
+ resets = <&rst 4>, <&rst 3>;
+
+ #phy-cells = <0>;
+
+ status = "disabled";
+ };
+};
+
+&ahb {
+ usb: usb at 1b000000 {
+ compatible = "generic-ohci";
+ reg = <0x1b000000 0x1000>;
+
+ interrupts = <3>;
+
+ resets = <&rst 5>;
+ reset-names = "usb-host";
+
+ phy-names = "usb-phy";
+ phys = <&usb_phy>;
+
+ status = "disabled";
+ };
+};
+
+&mdio0 {
+ builtin-switch;
+};
+
+ð0 {
+ compatible = "qca,ar7240-eth", "syscon";
+
+ pll-data = <0x00110000 0x00001099 0x00991099>;
+
+ resets = <&rst 8>, <&rst 9>;
+ reset-names = "phy", "mac";
+};
+
+&mdio1 {
+ builtin-switch;
+};
+
+ð1 {
+ compatible = "qca,ar7240-eth", "syscon";
+
+ pll-data = <0x00110000 0x00001099 0x00991099>;
+
+ resets = <&rst 12>, <&rst 13>;
+ reset-names = "phy", "mac";
+
+ phy-mode = "gmii";
+
+ fixed-link {
+ speed = <1000>;
+ full-duplex;
+ };
+};
--
2.17.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list