^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) * Atheros AR71XX/9XXX USB PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) - compatible: "qca,ar7100-usb-phy"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) - #phys-cells: should be 0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) - reset-names: "phy"[, "suspend-override"]
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) - resets: references to the reset controllers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) usb-phy {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) compatible = "qca,ar7100-usb-phy";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) reset-names = "phy", "suspend-override";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) resets = <&rst 4>, <&rst 3>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) #phy-cells = <0>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) };