1b09b48b3SRemi Pommarel# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2b09b48b3SRemi Pommarel%YAML 1.2
3b09b48b3SRemi Pommarel---
4b09b48b3SRemi Pommarel$id: "http://devicetree.org/schemas/phy/amlogic,meson-axg-mipi-pcie-analog.yaml#"
5b09b48b3SRemi Pommarel$schema: "http://devicetree.org/meta-schemas/core.yaml#"
6b09b48b3SRemi Pommarel
7b09b48b3SRemi Pommareltitle: Amlogic AXG shared MIPI/PCIE analog PHY
8b09b48b3SRemi Pommarel
9b09b48b3SRemi Pommarelmaintainers:
10b09b48b3SRemi Pommarel  - Remi Pommarel <repk@triplefau.lt>
11b09b48b3SRemi Pommarel
12*45088907SNeil Armstrongdescription: |+
13*45088907SNeil Armstrong  The Everything-Else Power Domains node should be the child of a syscon
14*45088907SNeil Armstrong  node with the required property:
15*45088907SNeil Armstrong
16*45088907SNeil Armstrong  - compatible: Should be the following:
17*45088907SNeil Armstrong                "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon"
18*45088907SNeil Armstrong
19*45088907SNeil Armstrong  Refer to the the bindings described in
20*45088907SNeil Armstrong  Documentation/devicetree/bindings/mfd/syscon.yaml
21*45088907SNeil Armstrong
22b09b48b3SRemi Pommarelproperties:
23b09b48b3SRemi Pommarel  compatible:
24b09b48b3SRemi Pommarel    const: amlogic,axg-mipi-pcie-analog-phy
25b09b48b3SRemi Pommarel
26b09b48b3SRemi Pommarel  "#phy-cells":
27b09b48b3SRemi Pommarel    const: 1
28b09b48b3SRemi Pommarel
29b09b48b3SRemi Pommarelrequired:
30b09b48b3SRemi Pommarel  - compatible
31b09b48b3SRemi Pommarel  - "#phy-cells"
32b09b48b3SRemi Pommarel
33b09b48b3SRemi PommareladditionalProperties: false
34b09b48b3SRemi Pommarel
35b09b48b3SRemi Pommarelexamples:
36b09b48b3SRemi Pommarel  - |
37*45088907SNeil Armstrong    mpphy: phy {
38b09b48b3SRemi Pommarel          compatible = "amlogic,axg-mipi-pcie-analog-phy";
39b09b48b3SRemi Pommarel          #phy-cells = <1>;
40b09b48b3SRemi Pommarel    };
41