:orphan:
.. raw:: html
.. dtcompatible:: zephyr,ftl-dhara
.. _dtbinding_zephyr_ftl_dhara:
zephyr,ftl-dhara
################
.. sidebar:: Overview
:Name: ``zephyr,ftl-dhara``
:Vendor: :ref:`Zephyr Project `
:Used in: :zephyr:board-catalog:`List of boards <#compatibles=zephyr,ftl-dhara>` using
this compatible
:Driver: :zephyr_file:`drivers/disk/ftl_dhara.c`
Description
***********
.. code-block:: none
Flash translation layer disk driver with Dhara implementation on flash partition.
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
* - ``partition``
- ``phandle``
- .. code-block:: none
Backing storage flash map partition.
This property is **required**.
* - ``disk-name``
- ``string``
- .. code-block:: none
Disk name.
This property is **required**.
* - ``buffer-size``
- ``int``
- .. code-block:: none
Buffer size in bytes for the FTL driver. Must be equal or greater than the page size of the
backing flash.
This property is **required**.
.. 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 "zephyr,ftl-dhara" compatible.
(None)