Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: "http://devicetree.org/schemas/phy/amlogic,g12a-mipi-dphy-analog.yaml#"
0005 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
0006 
0007 title: Amlogic G12A MIPI analog PHY
0008 
0009 maintainers:
0010   - Neil Armstrong <narmstrong@baylibre.com>
0011 
0012 properties:
0013   compatible:
0014     const: amlogic,g12a-mipi-dphy-analog
0015 
0016   "#phy-cells":
0017     const: 0
0018 
0019   reg:
0020     maxItems: 1
0021 
0022 required:
0023   - compatible
0024   - reg
0025   - "#phy-cells"
0026 
0027 additionalProperties: false
0028 
0029 examples:
0030   - |
0031     phy@0 {
0032           compatible = "amlogic,g12a-mipi-dphy-analog";
0033           reg = <0x0 0xc>;
0034           #phy-cells = <0>;
0035     };