| # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/firmware/u-boot,fwu-mdata-sf.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: FWU metadata on MTD device without GPT |
| - Masami Hiramatsu <masami.hiramatsu@linaro.org> |
| - const: u-boot,fwu-mdata-mtd |
| description: Phandle of the MTD device which contains the FWU medatata. |
| description: Offsets of the primary and secondary FWU metadata in the NOR flash. |
| additionalProperties: false |
| compatible = "u-boot,fwu-mdata-mtd"; |
| fwu-mdata-store = <&spi-flash>; |
| mdata-offsets = <0x500000 0x530000>; |