Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) %YAML 1.2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) ---
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) $id: "http://devicetree.org/schemas/phy/qcom-usb-ipq4019-phy.yaml#"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) $schema: "http://devicetree.org/meta-schemas/core.yaml#"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) title: Qualcom IPQ40xx Dakota HS/SS USB PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) maintainers:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)   - Robert Marko <robert.marko@sartura.hr>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)   compatible:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)     enum:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)       - qcom,usb-ss-ipq4019-phy
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)       - qcom,usb-hs-ipq4019-phy
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)   reg:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)     maxItems: 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)   resets:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)     maxItems: 2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)   reset-names:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)     items:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)       - const: por_rst
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27)       - const: srif_rst
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29)   "#phy-cells":
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)     const: 0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) required:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33)   - compatible
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)   - reg
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)   - resets
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36)   - reset-names
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37)   - "#phy-cells"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) additionalProperties: false
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) examples:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)   - |
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)     #include <dt-bindings/clock/qcom,gcc-ipq4019.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45)     hsphy@a8000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46)       #phy-cells = <0>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47)       compatible = "qcom,usb-hs-ipq4019-phy";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48)       reg = <0xa8000 0x40>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49)       resets = <&gcc USB2_HSPHY_POR_ARES>,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50)                <&gcc USB2_HSPHY_S_ARES>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51)       reset-names = "por_rst", "srif_rst";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52)     };