:orphan:
.. raw:: html
.. dtcompatible:: pwm-servos
.. _dtbinding_pwm_servos:
pwm-servos
##########
Vendor: :ref:`Generic or vendor-independent `
Description
***********
.. code-block:: none
PWM servo motors parent node
Properties
**********
Top level properties
====================
No top-level properties.
Child node properties
=====================
.. list-table::
:widths: 1 1 4
:header-rows: 1
* - Name
- Type
- Details
* - ``pwms``
- ``phandle-array``
- .. code-block:: none
Reference to a PWM instance.
The period field is NOT YET used by any function of any API.
This property is **required**.
* - ``label``
- ``string``
- .. code-block:: none
Human readable string describing the servo. It can be used by an
application to identify this servo or to retrieve its number/index
(i.e. child node number) on the parent device.
See :ref:`zephyr:dt-important-props` for more information.