1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) Sunplus Co., Ltd. 2021
5 $id: http://devicetree.org/schemas/phy/sunplus,sp7021-usb2-phy.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Sunplus SP7021 USB 2.0 PHY Controller
11 - Vincent Shih <vincent.sunplus@gmail.com>
15 const: sunplus,sp7021-usb2-phy
19 - description: UPHY register region
20 - description: MOON4 register region
37 description: names corresponding to the nvmem cells of disconnect voltage
41 description: nvmem cell address of disconnect voltage
44 sunplus,disc-vol-addr-off:
45 $ref: /schemas/types.yaml#/definitions/uint32
46 description: the otp address offset of disconnect voltage
57 - sunplus,disc-vol-addr-off
59 additionalProperties: false
63 sp_uphy0: usb-phy@9c004a80 {
64 compatible = "sunplus,sp7021-usb2-phy";
65 reg = <0x9c004a80 0x80>, <0x9c000248 0x10>;
66 reg-names = "phy", "moon4";
67 clocks = <&clkc 0x3d>;
68 resets = <&rstc 0x2d>;
70 nvmem-cell-names = "disc_vol";
71 nvmem-cells = <&disc_vol>;
72 sunplus,disc-vol-addr-off = <0>;