mirror of https://github.com/hak5/openwrt.git
ath79: qca953x: Update dts for current ag71xx driver
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>openwrt-19.07
parent
e6417390e0
commit
e8245c5b3f
|
@ -219,11 +219,6 @@
|
||||||
<&ddr_ctrl 1>;
|
<&ddr_ctrl 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&mdio0 {
|
|
||||||
resets = <&rst 22>;
|
|
||||||
reset-names = "mdio";
|
|
||||||
};
|
|
||||||
|
|
||||||
ð0 {
|
ð0 {
|
||||||
compatible = "qca,qca9530-eth", "syscon";
|
compatible = "qca,qca9530-eth", "syscon";
|
||||||
pll-data = <0x82000101 0x80000101 0x80001313>;
|
pll-data = <0x82000101 0x80000101 0x80001313>;
|
||||||
|
@ -234,17 +229,51 @@
|
||||||
|
|
||||||
reset-names = "mac";
|
reset-names = "mac";
|
||||||
resets = <&rst 9>;
|
resets = <&rst 9>;
|
||||||
|
|
||||||
|
phy-mode = "mii";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
&mdio1 {
|
&mdio1 {
|
||||||
|
status = "okay";
|
||||||
resets = <&rst 23>;
|
resets = <&rst 23>;
|
||||||
reset-names = "mdio";
|
reset-names = "mdio";
|
||||||
builtin-switch;
|
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ð1 {
|
ð1 {
|
||||||
compatible = "qca,qca9530-eth", "syscon";
|
status = "okay";
|
||||||
|
|
||||||
|
compatible = "qca,qca9530-eth", "syscon", "simple-mfd";
|
||||||
resets = <&rst 13>;
|
resets = <&rst 13>;
|
||||||
reset-names = "mac";
|
reset-names = "mac";
|
||||||
|
|
||||||
|
phy-mode = "gmii";
|
||||||
|
|
||||||
|
fixed-link {
|
||||||
|
speed = <1000>;
|
||||||
|
full-duplex;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -85,37 +85,14 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&mdio0 {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
phy4: ethernet-phy@4 {
|
|
||||||
reg = <4>;
|
|
||||||
phy-mode = "mii";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&mdio1 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
ð0 {
|
ð0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
mtd-mac-address = <&art 0x0>;
|
mtd-mac-address = <&art 0x0>;
|
||||||
phy-handle = <&phy4>;
|
phy-handle = <&swphy4>;
|
||||||
phy-mode = "mii";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ð1 {
|
ð1 {
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
mtd-mac-address = <&art 0x6>;
|
mtd-mac-address = <&art 0x6>;
|
||||||
phy-mode = "gmii";
|
|
||||||
|
|
||||||
fixed-link {
|
|
||||||
speed = <1000>;
|
|
||||||
full-duplex;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&wmac {
|
&wmac {
|
||||||
|
|
Loading…
Reference in New Issue