xref: /freebsd/sys/contrib/device-tree/Bindings/phy/marvell,mmp3-hsic-phy.yaml (revision fac71e4e09885bb2afa3d984a0c239a52e1a7418)
15def4c47SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
2c66ec88fSEmmanuel Vadot# Copyright 2019 Lubomir Rintel <lkundrak@v3.sk>
3c66ec88fSEmmanuel Vadot%YAML 1.2
4c66ec88fSEmmanuel Vadot---
5*fac71e4eSEmmanuel Vadot$id: http://devicetree.org/schemas/phy/marvell,mmp3-hsic-phy.yaml#
6*fac71e4eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
7c66ec88fSEmmanuel Vadot
8c66ec88fSEmmanuel Vadottitle: Marvell MMP3 HSIC PHY
9c66ec88fSEmmanuel Vadot
10c66ec88fSEmmanuel Vadotmaintainers:
11c66ec88fSEmmanuel Vadot  - Lubomir Rintel <lkundrak@v3.sk>
12c66ec88fSEmmanuel Vadot
13c66ec88fSEmmanuel Vadotproperties:
14c66ec88fSEmmanuel Vadot  compatible:
15c66ec88fSEmmanuel Vadot    const: marvell,mmp3-hsic-phy
16c66ec88fSEmmanuel Vadot
17c66ec88fSEmmanuel Vadot  reg:
18c66ec88fSEmmanuel Vadot    maxItems: 1
19c66ec88fSEmmanuel Vadot    description: base address of the device
20c66ec88fSEmmanuel Vadot
21c66ec88fSEmmanuel Vadot  "#phy-cells":
22c66ec88fSEmmanuel Vadot    const: 0
23c66ec88fSEmmanuel Vadot
24c66ec88fSEmmanuel Vadotrequired:
25c66ec88fSEmmanuel Vadot  - compatible
26c66ec88fSEmmanuel Vadot  - reg
27c66ec88fSEmmanuel Vadot  - "#phy-cells"
28c66ec88fSEmmanuel Vadot
29c66ec88fSEmmanuel VadotadditionalProperties: false
30c66ec88fSEmmanuel Vadot
31c66ec88fSEmmanuel Vadotexamples:
32c66ec88fSEmmanuel Vadot  - |
33c66ec88fSEmmanuel Vadot    hsic-phy@f0001800 {
34c66ec88fSEmmanuel Vadot            compatible = "marvell,mmp3-hsic-phy";
35c66ec88fSEmmanuel Vadot            reg = <0xf0001800 0x40>;
36c66ec88fSEmmanuel Vadot            #phy-cells = <0>;
37c66ec88fSEmmanuel Vadot    };
38