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