mirror of https://github.com/hak5/openwrt.git
ath79: Add switch reset definition in dts
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>openwrt-19.07
parent
f593020a28
commit
7a07b4cff0
|
@ -44,6 +44,8 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
reg = <0x1f>;
|
reg = <0x1f>;
|
||||||
|
resets = <&rst 8>;
|
||||||
|
reset-names = "switch";
|
||||||
|
|
||||||
mdio-bus {
|
mdio-bus {
|
||||||
swphy4: ethernet-phy@4 {
|
swphy4: ethernet-phy@4 {
|
||||||
|
|
|
@ -63,6 +63,8 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
reg = <0x1f>;
|
reg = <0x1f>;
|
||||||
|
resets = <&rst 8>;
|
||||||
|
reset-names = "switch";
|
||||||
|
|
||||||
mdio-bus {
|
mdio-bus {
|
||||||
swphy4: ethernet-phy@4 {
|
swphy4: ethernet-phy@4 {
|
||||||
|
|
|
@ -65,6 +65,8 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
reg = <0x1f>;
|
reg = <0x1f>;
|
||||||
|
resets = <&rst 8>;
|
||||||
|
reset-names = "switch";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -178,6 +178,8 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
reg = <0x1f>;
|
reg = <0x1f>;
|
||||||
|
resets = <&rst 8>;
|
||||||
|
reset-names = "switch";
|
||||||
|
|
||||||
mdio-bus {
|
mdio-bus {
|
||||||
swphy4: ethernet-phy@4 {
|
swphy4: ethernet-phy@4 {
|
||||||
|
|
|
@ -221,6 +221,8 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
reg = <0x1f>;
|
reg = <0x1f>;
|
||||||
|
resets = <&rst 8>;
|
||||||
|
reset-names = "switch";
|
||||||
phy-mode = "gmii";
|
phy-mode = "gmii";
|
||||||
phy4-mii-enable;
|
phy4-mii-enable;
|
||||||
|
|
||||||
|
|
|
@ -250,6 +250,8 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
reg = <0x1f>;
|
reg = <0x1f>;
|
||||||
|
resets = <&rst 8>;
|
||||||
|
reset-names = "switch";
|
||||||
phy-mode = "gmii";
|
phy-mode = "gmii";
|
||||||
phy4-mii-enable;
|
phy4-mii-enable;
|
||||||
|
|
||||||
|
|
|
@ -275,6 +275,8 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
reg = <0x1f>;
|
reg = <0x1f>;
|
||||||
|
resets = <&rst 8>;
|
||||||
|
reset-names = "switch";
|
||||||
phy-mode = "gmii";
|
phy-mode = "gmii";
|
||||||
phy4-mii-enable;
|
phy4-mii-enable;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue