Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
0002 # Copyright 2019 Lubomir Rintel <lkundrak@v3.sk>
0003 %YAML 1.2
0004 ---
0005 $id: "http://devicetree.org/schemas/phy/marvell,mmp3-hsic-phy.yaml#"
0006 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
0007 
0008 title: Marvell MMP3 HSIC PHY
0009 
0010 maintainers:
0011   - Lubomir Rintel <lkundrak@v3.sk>
0012 
0013 properties:
0014   compatible:
0015     const: marvell,mmp3-hsic-phy
0016 
0017   reg:
0018     maxItems: 1
0019     description: base address of the device
0020 
0021   "#phy-cells":
0022     const: 0
0023 
0024 required:
0025   - compatible
0026   - reg
0027   - "#phy-cells"
0028 
0029 additionalProperties: false
0030 
0031 examples:
0032   - |
0033     hsic-phy@f0001800 {
0034             compatible = "marvell,mmp3-hsic-phy";
0035             reg = <0xf0001800 0x40>;
0036             #phy-cells = <0>;
0037     };