summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar934x.dtsi
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2018-07-17 17:09:14 +0800
committerJohn Crispin <john@phrozen.org>2018-07-30 10:43:33 +0200
commitf6c99241baec562c092704f2c80650da65d3e683 (patch)
tree34e4471358c2495bc0d65b68e9a175c9c43f6f70 /target/linux/ath79/dts/ar934x.dtsi
parent7ae9e6371936c01b28ea413cca3e69e5a6979386 (diff)
downloadopenwrt-f6c99241baec562c092704f2c80650da65d3e683.tar.gz
openwrt-f6c99241baec562c092704f2c80650da65d3e683.tar.bz2
openwrt-f6c99241baec562c092704f2c80650da65d3e683.zip
ath79: ar934x: Update dts for current ag71xx driver
Enable mdio1 by default because mdio1 is needed when eth1 is enabled. PS: If a ar9341 device has only one port and you only want to use gmac0, change compatible of gmac1 to "syscon", "simple-mfd" in dts. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts/ar934x.dtsi')
-rw-r--r--target/linux/ath79/dts/ar934x.dtsi30
1 files changed, 28 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/ar934x.dtsi b/target/linux/ath79/dts/ar934x.dtsi
index 75865a718a..a93739ceed 100644
--- a/target/linux/ath79/dts/ar934x.dtsi
+++ b/target/linux/ath79/dts/ar934x.dtsi
@@ -191,12 +191,13 @@
};
&mdio0 {
+ compatible = "qca,ar9340-mdio";
resets = <&rst 22>;
reset-names = "mdio";
};
&eth0 {
- compatible = "qca,ar9340-eth", "syscon";
+ compatible = "qca,ar9340-eth", "syscon", "simple-mfd";
pll-data = <0x16000000 0x00000101 0x00001616>;
pll-reg = <0x4 0x2c 17>;
@@ -207,13 +208,38 @@
};
&mdio1 {
+ status = "okay";
+
+ compatible = "qca,ar9340-mdio";
resets = <&rst 23>;
reset-names = "mdio";
builtin-switch;
+
+ builtin_switch: switch0@1f {
+ compatible = "qca,ar8229-builtin";
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ reg = <0x1f>;
+ phy-mode = "gmii";
+ phy4-mii-enable;
+
+ mdio-bus {
+ swphy0: ethernet-phy@0 {
+ reg = <0>;
+ phy-mode = "mii";
+ };
+
+ swphy4: ethernet-phy@4 {
+ reg = <4>;
+ phy-mode = "mii";
+ };
+ };
+ };
};
&eth1 {
- compatible = "qca,ar9340-eth", "syscon";
+ compatible = "qca,ar9340-eth", "syscon", "simple-mfd";
resets = <&rst 13>;
reset-names = "mac";