xref: /linux/Documentation/devicetree/bindings/phy/canaan,k230-usb-phy.yaml (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/phy/canaan,k230-usb-phy.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Canaan K230 USB2.0 PHY
8
9maintainers:
10  - Jiayu Du <jiayu.riscv@isrc.iscas.ac.cn>
11
12properties:
13  compatible:
14    const: canaan,k230-usb-phy
15
16  reg:
17    maxItems: 1
18
19  "#phy-cells":
20    const: 1
21
22required:
23  - compatible
24  - reg
25  - "#phy-cells"
26
27additionalProperties: false
28
29examples:
30  - |
31    usbphy: usb-phy@91585000 {
32        compatible = "canaan,k230-usb-phy";
33        reg = <0x91585000 0x400>;
34        #phy-cells = <1>;
35    };
36