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
12b09b48b3SRemi Pommarelproperties:
13b09b48b3SRemi Pommarel  compatible:
14b09b48b3SRemi Pommarel    const: amlogic,axg-mipi-pcie-analog-phy
15b09b48b3SRemi Pommarel
16b09b48b3SRemi Pommarel  reg:
17b09b48b3SRemi Pommarel    maxItems: 1
18b09b48b3SRemi Pommarel
19b09b48b3SRemi Pommarel  "#phy-cells":
20b09b48b3SRemi Pommarel    const: 1
21b09b48b3SRemi Pommarel
22b09b48b3SRemi Pommarelrequired:
23b09b48b3SRemi Pommarel  - compatible
24b09b48b3SRemi Pommarel  - reg
25b09b48b3SRemi Pommarel  - "#phy-cells"
26b09b48b3SRemi Pommarel
27b09b48b3SRemi PommareladditionalProperties: false
28b09b48b3SRemi Pommarel
29b09b48b3SRemi Pommarelexamples:
30b09b48b3SRemi Pommarel  - |
31b09b48b3SRemi Pommarel    mpphy: phy@0 {
32b09b48b3SRemi Pommarel          compatible = "amlogic,axg-mipi-pcie-analog-phy";
33b09b48b3SRemi Pommarel          reg = <0x0 0x0 0x0 0xc>;
34b09b48b3SRemi Pommarel          #phy-cells = <1>;
35b09b48b3SRemi Pommarel    };
36