Lines Matching +full:eye +full:- +full:diagram +full:- +full:param
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/phy/hisilicon,hi3670-usb3.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
17 const: hisilicon,hi3670-usb-phy
19 "#phy-cells":
22 hisilicon,pericrg-syscon:
26 hisilicon,pctrl-syscon:
30 hisilicon,sctrl-syscon:
34 hisilicon,eye-diagram-param:
35 $ref: /schemas/types.yaml#/definitions/uint32-array
37 description: Eye diagram for phy.
39 hisilicon,tx-vboost-lvl:
44 - compatible
45 - hisilicon,pericrg-syscon
46 - hisilicon,pctrl-syscon
47 - hisilicon,sctrl-syscon
48 - hisilicon,eye-diagram-param
49 - hisilicon,tx-vboost-lvl
50 - "#phy-cells"
55 - |
56 usb-phy {
57 compatible = "hisilicon,hi3670-usb-phy";
58 #phy-cells = <0>;
59 hisilicon,pericrg-syscon = <&crg_ctrl>;
60 hisilicon,pctrl-syscon = <&pctrl>;
61 hisilicon,sctrl-syscon = <&sctrl>;
62 hisilicon,eye-diagram-param = <0xfdfee4>;
63 hisilicon,tx-vboost-lvl = <0x5>;