:orphan: .. raw:: html .. dtcompatible:: shared-multi-heap .. _dtbinding_shared_multi_heap: shared-multi-heap ################# Vendor: :ref:`Generic or vendor-independent ` Description *********** .. code-block:: none Shared multi-heap memory pool manager 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 * - ``capability`` - ``string`` - .. code-block:: none memory region capability Legal values: ``'cacheable'``, ``'non-cacheable'`` .. 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 "shared-multi-heap" compatible. .. list-table:: :widths: 1 1 4 :header-rows: 1 * - Name - Type - Details * - ``label`` - ``string`` - .. code-block:: none Human readable string describing the device (used as device_get_binding() argument) This property is **required**. See :ref:`zephyr:dt-important-props` for more information. * - ``reg`` - ``array`` - .. code-block:: none register space See :ref:`zephyr:dt-important-props` for more information.