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 1245088907SNeil Armstrongdescription: |+ 1345088907SNeil Armstrong The Everything-Else Power Domains node should be the child of a syscon 1445088907SNeil Armstrong node with the required property: 1545088907SNeil Armstrong 1645088907SNeil Armstrong - compatible: Should be the following: 1745088907SNeil Armstrong "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon" 1845088907SNeil Armstrong 1945088907SNeil Armstrong Refer to the the bindings described in 2045088907SNeil Armstrong Documentation/devicetree/bindings/mfd/syscon.yaml 2145088907SNeil Armstrong 22b09b48b3SRemi Pommarelproperties: 23b09b48b3SRemi Pommarel compatible: 24b09b48b3SRemi Pommarel const: amlogic,axg-mipi-pcie-analog-phy 25b09b48b3SRemi Pommarel 26b09b48b3SRemi Pommarel "#phy-cells": 27*87c3cdecSNeil Armstrong const: 0 28b09b48b3SRemi Pommarel 29b09b48b3SRemi Pommarelrequired: 30b09b48b3SRemi Pommarel - compatible 31b09b48b3SRemi Pommarel - "#phy-cells" 32b09b48b3SRemi Pommarel 33b09b48b3SRemi PommareladditionalProperties: false 34b09b48b3SRemi Pommarel 35b09b48b3SRemi Pommarelexamples: 36b09b48b3SRemi Pommarel - | 3745088907SNeil Armstrong mpphy: phy { 38b09b48b3SRemi Pommarel compatible = "amlogic,axg-mipi-pcie-analog-phy"; 39*87c3cdecSNeil Armstrong #phy-cells = <0>; 40b09b48b3SRemi Pommarel }; 41