Lines Matching full:partition
20 * @defgroup devicetree-fixed-partition Devicetree Fixed Partition API
26 * @brief Get a node identifier for a fixed partition with
34 * boot_partition: partition@0 {
37 * slot0_partition: partition@c000 {
50 * @return a node identifier for the partition with that label property
56 * @brief Test if a fixed partition with a given label property exists
65 * @brief Test if fixed-partition compatible node exists
68 * @return 1 if node exists and is fixed-partition compatible, 0 otherwise.
74 * @brief Get a numeric identifier for a fixed partition
76 * @return the partition's ID, a unique zero-based index number
81 * @brief Get the node identifier of the flash memory for a partition
91 * @brief Get the node identifier of the flash controller for a partition
101 * @brief Get the absolute address of a fixed partition
110 * storage_partition: partition@3a000 {
117 * Here, the "storage" partition is seen to belong to flash memory
118 * starting at address 0x1000000. The partition's unit address of
130 * @return the partition's offset plus the base address of the flash