Lines Matching full:partition
4 $id: http://devicetree.org/schemas/mtd/partitions/partition.yaml#
7 title: Partition
10 This binding describes a single flash partition. Each partition must have its
11 relative offset and size specified. Depending on partition function extra
14 A partition may be dynamically allocated by a specific parser at runtime.
16 Everything after 'partition-' will be used as the partition name to compare
18 If the partition contains invalid char a label can be provided that will
20 This is used to assign an OF node to the dynamiccally allocated partition
22 The OF node will be assigned only if the partition label declared match the
30 description: partition's offset and size within the flash
34 description: The label / name for this partition. If omitted, the label
38 description: This parameter, if present, is a hint that this partition
45 description: Do not unlock the partition at initialization time (not
51 on a partition attached to an MLC NAND thus making this partition
61 pattern: '^partition-.*$'