:orphan: .. raw:: html .. dtcompatible:: nxp,pf1550-charger .. _dtbinding_nxp_pf1550_charger: nxp,pf1550-charger ################## Vendor: :ref:`NXP Semiconductors N.V. ` .. note:: An implementation of a driver matching this compatible is available in :zephyr_file:`drivers/charger/charger_pf1550.c`. Description *********** .. code-block:: none NXP PF1550 battery charger Properties ********** .. tabs:: .. group-tab:: Node specific properties Properties not inherited from the base binding file. .. list-table:: :widths: 1 1 4 :header-rows: 1 * - Name - Type - Details * - ``constant-charge-voltage-max-microvolt`` - ``int`` - .. code-block:: none maximum constant input voltage This property is **required**. * - ``constant-charge-current-max-microamp`` - ``int`` - .. code-block:: none maximum constant input current This property is **required**. * - ``pf1550,vbus-current-limit-microamp`` - ``int`` - .. code-block:: none VBUS current limit in microamperes. This property is **required**. * - ``pf1550,system-voltage-min-threshold-microvolt`` - ``int`` - .. code-block:: none System voltage minimum threshold. This property is **required**. Legal values: ``3500000``, ``3700000``, ``4300000`` * - ``pf1550,thermistor-monitoring-mode`` - ``string`` - .. code-block:: none Thermistor monitoring mode. Refer to ThrmCfg register description and Table 2 for details. This property is **required**. Legal values: ``'disabled'``, ``'thermistor'``, ``'JEITA-1'``, ``'JEITA-2'`` * - ``pf1550,int-gpios`` - ``phandle-array`` - .. code-block:: none Interrupt pin This property is **required**. * - ``pf1550,led-behaviour`` - ``string`` - .. code-block:: none Behaviour for charger LED. This property is **required**. Legal values: ``'on-in-charging-flash-in-fault'``, ``'flash-in-charging-on-in-fault'``, ``'manual-off'`` * - ``device-chemistry`` - ``string`` - .. code-block:: none This describes the chemical technology of the battery. The "lithium-ion" value is a blanket type for all lithium-ion batteries. If the specific chemistry is unknown, this value can be used instead of the precise "lithium-ion-X" options. Legal values: ``'nickel-cadmium'``, ``'nickel-metal-hydride'``, ``'lithium-ion'``, ``'lithium-ion-polymer'``, ``'lithium-ion-iron-phosphate'``, ``'lithium-ion-manganese-oxide'`` * - ``ocv-capacity-table-0`` - ``array`` - .. code-block:: none An array providing the open circuit voltage (OCV) , which is used to look up battery capacity according to current OCV value. The OCV unit is microvolts. Unlike the linux equivalent this array is required to be 11 elements long, representing the voltages for 0-100% charge in 10% steps. * - ``charge-full-design-microamp-hours`` - ``int`` - .. code-block:: none battery design capacity * - ``re-charge-voltage-microvolt`` - ``int`` - .. code-block:: none limit to automatically start charging again * - ``precharge-current-microamp`` - ``int`` - .. code-block:: none current for pre-charge phase * - ``charge-term-current-microamp`` - ``int`` - .. code-block:: none current for charge termination phase .. group-tab:: Deprecated node specific properties Deprecated properties not inherited from the base binding file. (None) .. group-tab:: Base properties Properties inherited from the base binding file, which defines common properties that may be set on many nodes. Not all of these may apply to the "nxp,pf1550-charger" compatible. (None)