:orphan: .. raw:: html .. dtcompatible:: reserved-memory .. _dtbinding_reserved_memory: reserved-memory ############### Vendor: :ref:`Generic or vendor-independent ` Description *********** .. code-block:: none Reserved memory - Each child of the reserved-memory node specifies one or more regions of reserved memory. Regions in the /reserved-memory node may be referenced by other device nodes by adding a memory-region property to the device node. Properties ********** Top level properties ==================== These property descriptions apply to "reserved-memory" nodes themselves. This page also describes child node properties in the following sections. .. tabs:: .. group-tab:: Node specific properties Properties not inherited from the base binding file. (None) .. 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 "reserved-memory" compatible. .. list-table:: :widths: 1 1 4 :header-rows: 1 * - Name - Type - Details * - ``#address-cells`` - ``int`` - .. code-block:: none number of address cells in reg property * - ``#size-cells`` - ``int`` - .. code-block:: none number of size cells in reg property Child node properties ===================== .. 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) See :ref:`zephyr:dt-important-props` for more information. * - ``reg`` - ``array`` - .. code-block:: none register space This property is **required**. See :ref:`zephyr:dt-important-props` for more information.