162306a36Sopenharmony_ci# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
262306a36Sopenharmony_ci%YAML 1.2
362306a36Sopenharmony_ci---
462306a36Sopenharmony_ci$id: http://devicetree.org/schemas/mtd/partitions/seama.yaml#
562306a36Sopenharmony_ci$schema: http://devicetree.org/meta-schemas/core.yaml#
662306a36Sopenharmony_ci
762306a36Sopenharmony_cititle: Seattle Image Partitions
862306a36Sopenharmony_ci
962306a36Sopenharmony_cidescription: The SEAttle iMAge (SEAMA) partition is a type of partition
1062306a36Sopenharmony_ci  used for NAND flash devices. This type of flash image is found in some
1162306a36Sopenharmony_ci  D-Link routers such as DIR-645, DIR-842, DIR-859, DIR-860L, DIR-885L,
1262306a36Sopenharmony_ci  DIR890L and DCH-M225, as well as in WD and NEC routers on the ath79
1362306a36Sopenharmony_ci  (MIPS), Broadcom BCM53xx, and RAMIPS platforms. This partition type
1462306a36Sopenharmony_ci  does not have children defined in the device tree, they need to be
1562306a36Sopenharmony_ci  detected by software.
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ciallOf:
1862306a36Sopenharmony_ci  - $ref: partition.yaml#
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_cimaintainers:
2162306a36Sopenharmony_ci  - Linus Walleij <linus.walleij@linaro.org>
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ciproperties:
2462306a36Sopenharmony_ci  compatible:
2562306a36Sopenharmony_ci    const: seama
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_cirequired:
2862306a36Sopenharmony_ci  - compatible
2962306a36Sopenharmony_ci
3062306a36Sopenharmony_ciunevaluatedProperties: false
3162306a36Sopenharmony_ci
3262306a36Sopenharmony_ciexamples:
3362306a36Sopenharmony_ci  - |
3462306a36Sopenharmony_ci    partitions {
3562306a36Sopenharmony_ci        compatible = "fixed-partitions";
3662306a36Sopenharmony_ci        #address-cells = <1>;
3762306a36Sopenharmony_ci        #size-cells = <1>;
3862306a36Sopenharmony_ci
3962306a36Sopenharmony_ci        partition@0 {
4062306a36Sopenharmony_ci            compatible = "seama";
4162306a36Sopenharmony_ci            reg = <0x0 0x800000>;
4262306a36Sopenharmony_ci            label = "firmware";
4362306a36Sopenharmony_ci        };
4462306a36Sopenharmony_ci    };
45