diff options
Diffstat (limited to 'target/linux/ath79/dts/qca9557.dtsi')
-rw-r--r-- | target/linux/ath79/dts/qca9557.dtsi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/target/linux/ath79/dts/qca9557.dtsi b/target/linux/ath79/dts/qca9557.dtsi index 379e257d02..0357be9b5c 100644 --- a/target/linux/ath79/dts/qca9557.dtsi +++ b/target/linux/ath79/dts/qca9557.dtsi @@ -53,8 +53,9 @@ status = "disabled"; }; - usb_phy0: usb-phy0 { + usb_phy0: usb-phy0@18030000 { compatible ="qca,qca9550-usb-phy", "qca,ar7200-usb-phy"; + reg = <0x18030000 4>, <0x18030004 4>; reset-names = "usb-phy", "usb-suspend-override"; resets = <&rst 4>, <&rst 3>; @@ -64,8 +65,9 @@ status = "disabled"; }; - usb_phy1: usb-phy1 { + usb_phy1: usb-phy1@18030010 { compatible = "qca,qca9550-usb-phy", "qca,ar7200-usb-phy"; + reg = <0x18030010 4>, <0x18030014 4>; reset-names = "usb-phy", "usb-suspend-override"; resets = <&rst2 4>, <&rst2 3>; @@ -130,8 +132,7 @@ rst: reset-controller@1806001c { compatible = "qca,qca9550-reset", - "qca,ar7100-reset", - "simple-bus"; + "qca,ar7100-reset"; reg = <0x1806001c 0x4>; #reset-cells = <1>; |