ath79: ar7242: Update dts for current ag71xx driver
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
This commit is contained in:
parent
113b4cf90f
commit
bb7fac4369
1 changed files with 16 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
};
|
||||
|
||||
ð0 {
|
||||
compatible = "qca,ar7242-eth", "syscon";
|
||||
compatible = "qca,ar7242-eth", "syscon", "simple-mfd";
|
||||
|
||||
pll-data = <0x16000000 0x00000101 0x00001616>;
|
||||
pll-reg = <0x4 0x2c 17>;
|
||||
|
@ -59,11 +59,25 @@
|
|||
resets = <&rst 23>;
|
||||
reset-names = "mdio";
|
||||
builtin-switch;
|
||||
|
||||
builtin_switch: switch0@1f {
|
||||
compatible = "qca,ar8216-builtin";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x1f>;
|
||||
};
|
||||
};
|
||||
|
||||
ð1 {
|
||||
compatible = "qca,ar7242-eth", "syscon";
|
||||
compatible = "qca,ar7242-eth", "syscon", "simple-mfd";
|
||||
|
||||
resets = <&rst 12>, <&rst 13>;
|
||||
reset-names = "mac", "phy";
|
||||
|
||||
phy-mode = "gmii";
|
||||
|
||||
fixed-link {
|
||||
speed = <1000>;
|
||||
full-duplex;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue