mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 20:42:33 -04:00
SPI NAND - The major feature this release is the support for octal DTR modes (8D-8D-8D). - There has been as well a series of conversion to scoped for each OF child loops. - Support for Foresee F35SQB002G chips has been added. Other changes are small fixes.
29 lines
701 B
YAML
29 lines
701 B
YAML
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/mtd/partitions/arm,arm-firmware-suite.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: ARM Firmware Suite (AFS) Partitions
|
|
|
|
maintainers:
|
|
- Linus Walleij <linusw@kernel.org>
|
|
|
|
description: |
|
|
The ARM Firmware Suite is a flash partitioning system found on the
|
|
ARM reference designs: Integrator AP, Integrator CP, Versatile AB,
|
|
Versatile PB, the RealView family, Versatile Express and Juno.
|
|
|
|
properties:
|
|
compatible:
|
|
const: arm,arm-firmware-suite
|
|
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
- |
|
|
partitions {
|
|
compatible = "arm,arm-firmware-suite";
|
|
};
|
|
...
|