mirror of https://github.com/hak5/openwrt.git
ath79: use ar8216 for builtin switch
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>openwrt-19.07
parent
47eef3a5ce
commit
443fc9ac35
|
@ -39,11 +39,12 @@
|
|||
builtin-switch;
|
||||
|
||||
builtin_switch: switch0@1f {
|
||||
compatible = "qca,ar8216-builtin";
|
||||
compatible = "qca,ar7240sw";
|
||||
|
||||
reg = <0x1f>;
|
||||
resets = <&rst 8>;
|
||||
reset-names = "switch";
|
||||
qca,mib-poll-interval = <500>;
|
||||
|
||||
mdio-bus {
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -58,11 +58,12 @@
|
|||
builtin-switch;
|
||||
|
||||
builtin_switch: switch0@1f {
|
||||
compatible = "qca,ar8216-builtin";
|
||||
compatible = "qca,ar7240sw";
|
||||
|
||||
reg = <0x1f>;
|
||||
resets = <&rst 8>;
|
||||
reset-names = "switch";
|
||||
qca,mib-poll-interval = <500>;
|
||||
|
||||
mdio-bus {
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -61,12 +61,13 @@
|
|||
builtin-switch;
|
||||
|
||||
builtin_switch: switch0@1f {
|
||||
compatible = "qca,ar8216-builtin";
|
||||
compatible = "qca,ar7240sw";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x1f>;
|
||||
resets = <&rst 8>;
|
||||
reset-names = "switch";
|
||||
qca,mib-poll-interval = <500>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -173,10 +173,11 @@
|
|||
builtin-switch;
|
||||
|
||||
builtin_switch: switch0@1f {
|
||||
compatible = "qca,ar8216-builtin";
|
||||
compatible = "qca,ar7240sw";
|
||||
reg = <0x1f>;
|
||||
resets = <&rst 8>;
|
||||
reset-names = "switch";
|
||||
qca,mib-poll-interval = <500>;
|
||||
|
||||
mdio-bus {
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -213,13 +213,14 @@
|
|||
builtin-switch;
|
||||
|
||||
builtin_switch: switch0@1f {
|
||||
compatible = "qca,ar8229-builtin";
|
||||
compatible = "qca,ar8229";
|
||||
|
||||
reg = <0x1f>;
|
||||
resets = <&rst 8>;
|
||||
reset-names = "switch";
|
||||
phy-mode = "gmii";
|
||||
phy4-mii-enable;
|
||||
qca,mib-poll-interval = <500>;
|
||||
qca,phy4-mii-enable;
|
||||
|
||||
mdio-bus {
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -245,13 +245,14 @@
|
|||
builtin-switch;
|
||||
|
||||
builtin_switch: switch0@1f {
|
||||
compatible = "qca,ar8229-builtin";
|
||||
compatible = "qca,ar8229";
|
||||
|
||||
reg = <0x1f>;
|
||||
resets = <&rst 8>;
|
||||
reset-names = "switch";
|
||||
phy-mode = "gmii";
|
||||
phy4-mii-enable;
|
||||
qca,phy4-mii-enable;
|
||||
qca,mib-poll-interval = <500>;
|
||||
|
||||
mdio-bus {
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -274,12 +274,13 @@
|
|||
builtin-switch;
|
||||
|
||||
builtin_switch: switch0@1f {
|
||||
compatible = "qca,ar8229-builtin";
|
||||
compatible = "qca,ar8229";
|
||||
reg = <0x1f>;
|
||||
resets = <&rst 8>;
|
||||
reset-names = "switch";
|
||||
phy-mode = "gmii";
|
||||
phy4-mii-enable;
|
||||
qca,phy4-mii-enable;
|
||||
qca,mib-poll-interval = <500>;
|
||||
|
||||
mdio-bus {
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Reference in New Issue