mtd-physmap.yaml (6f84981772535e670e4e2df051a672af229b6694) mtd-physmap.yaml (770ba14bd7fca8a25e6f73ac25dc2cd1377be6fa)
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/mtd/mtd-physmap.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...)
8
9maintainers:
10 - Rob Herring <robh@kernel.org>
11
12description: |
13 Flash chips (Memory Technology Devices) are often used for solid state
14 file systems on embedded devices.
15
16allOf:
17 - $ref: "mtd.yaml#"
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/mtd/mtd-physmap.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...)
8
9maintainers:
10 - Rob Herring <robh@kernel.org>
11
12description: |
13 Flash chips (Memory Technology Devices) are often used for solid state
14 file systems on embedded devices.
15
16allOf:
17 - $ref: "mtd.yaml#"
18 - $ref: /schemas/memory-controllers/mc-peripheral-props.yaml#
18
19properties:
20 compatible:
21 oneOf:
22 - items:
23 - enum:
24 - amd,s29gl01gp
25 - amd,s29gl032a

--- 199 unchanged lines hidden ---
19
20properties:
21 compatible:
22 oneOf:
23 - items:
24 - enum:
25 - amd,s29gl01gp
26 - amd,s29gl032a

--- 199 unchanged lines hidden ---