This adds a proper, concise, title property to a bunch of bindings for which the first sentence of their description (which used to be a makeshift title) was really long Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: NXP USB (Universal Serial Bus) High Speed PHY
|
|
|
|
description: |
|
|
NXP USB high speed PHY that is used on NXP RTxxxx, RTxxx, MCX, LPC and Kinetis
|
|
platforms if high speed usb is supported on these platforms.
|
|
Note: Only some LPC platforms use it (like: LPC55S69, LPC55S28 and LPC55S16 etc).
|
|
|
|
compatible: "nxp,usbphy"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
tx-d-cal:
|
|
type: int
|
|
required: true
|
|
description: |
|
|
It is board level's value that is used to trim the nominal 17.78mA
|
|
current source for the High Speed TX drivers on USB_DP and USB_DM.
|
|
|
|
tx-cal-45-dp-ohms:
|
|
type: int
|
|
required: true
|
|
description: |
|
|
It is board level's value that is used to trim the nominal 17.78mA
|
|
current source for the High Speed TX drivers on USB_DP and USB_DM.
|
|
|
|
tx-cal-45-dm-ohms:
|
|
type: int
|
|
required: true
|
|
description: |
|
|
It is board level's value that is used to trim the nominal 17.78mA
|
|
current source for the High Speed TX drivers on USB_DP and USB_DM.
|