1# Copyright 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 NXP USB high speed phy that is used on NXP RTxxxx, RTxxx, MCX, LPC and Kinetis 6 platforms if high speed usb is supported on these platforms. 7 Note: Only some LPC plafforms use it (like: LPC55S69, LPC55S28 and LPC55S16 etc). 8 9compatible: "nxp,usbphy" 10 11include: base.yaml 12 13properties: 14 tx-d-cal: 15 type: int 16 required: true 17 description: | 18 It is board level's value that is used to trim the nominal 17.78mA 19 current source for the High Speed TX drivers on USB_DP and USB_DM. 20 21 tx-cal-45-dp-ohms: 22 type: int 23 required: true 24 description: | 25 It is board level's value that is used to trim the nominal 17.78mA 26 current source for the High Speed TX drivers on USB_DP and USB_DM. 27 28 tx-cal-45-dm-ohms: 29 type: int 30 required: true 31 description: | 32 It is board level's value that is used to trim the nominal 17.78mA 33 current source for the High Speed TX drivers on USB_DP and USB_DM. 34