1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/phy/hisilicon,hi3670-usb3.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Hisilicon Kirin970 USB PHY
10 - Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
12 Bindings for USB3 PHY on HiSilicon Kirin 970.
16 const: hisilicon,hi3670-usb-phy
21 hisilicon,pericrg-syscon:
22 $ref: '/schemas/types.yaml#/definitions/phandle'
23 description: phandle of syscon used to control iso refclk.
25 hisilicon,pctrl-syscon:
26 $ref: '/schemas/types.yaml#/definitions/phandle'
27 description: phandle of syscon used to control usb tcxo.
29 hisilicon,sctrl-syscon:
30 $ref: '/schemas/types.yaml#/definitions/phandle'
31 description: phandle of syscon used to control phy deep sleep.
33 hisilicon,eye-diagram-param:
34 $ref: /schemas/types.yaml#/definitions/uint32
35 description: Eye diagram for phy.
37 hisilicon,tx-vboost-lvl:
38 $ref: /schemas/types.yaml#/definitions/uint32
39 description: TX level vboost for phy.
43 - hisilicon,pericrg-syscon
44 - hisilicon,pctrl-syscon
45 - hisilicon,sctrl-syscon
46 - hisilicon,eye-diagram-param
47 - hisilicon,tx-vboost-lvl
50 additionalProperties: false
58 usb3_otg_bc: usb3_otg_bc@ff200000 {
59 compatible = "syscon", "simple-mfd";
60 reg = <0x0 0xff200000 0x0 0x1000>;
63 compatible = "hisilicon,hi3670-usb-phy";
65 hisilicon,pericrg-syscon = <&crg_ctrl>;
66 hisilicon,pctrl-syscon = <&pctrl>;
67 hisilicon,sctrl-syscon = <&sctrl>;
68 hisilicon,eye-diagram-param = <0xfdfee4>;
69 hisilicon,tx-vboost-lvl = <0x5>;