Lines Matching +full:spi +full:- +full:nor
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/mtd/jedec,spi-nor.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: SPI NOR flash ST M25Pxx (and similar) serial flash chips
10 - Rob Herring <robh@kernel.org>
13 - $ref: "mtd.yaml#"
18 - items:
19 - pattern: "^((((micron|spansion|st),)?\
32 - const: jedec,spi-nor
33 - items:
34 - enum:
35 - issi,is25lp016d
36 - micron,mt25qu02g
37 - mxicy,mx25r1635f
38 - mxicy,mx25u6435f
39 - mxicy,mx25v8035f
40 - spansion,s25sl12801
41 - spansion,s25fs512s
42 - const: jedec,spi-nor
43 - const: jedec,spi-nor
45 Must also include "jedec,spi-nor" for any SPI NOR flash that can be
51 spi-max-frequency: true
52 spi-rx-bus-width: true
53 spi-tx-bus-width: true
55 m25p,fast-read:
63 broken-flash-reset:
66 Some flash devices utilize stateful addressing modes (e.g., for 32-bit
80 '#address-cells': true
81 '#size-cells': true
88 "^otp(-[0-9]+)?$":
94 - |
95 spi {
96 #address-cells = <1>;
97 #size-cells = <0>;
100 #address-cells = <1>;
101 #size-cells = <1>;
102 compatible = "spansion,m25p80", "jedec,spi-nor";
104 spi-max-frequency = <40000000>;
105 m25p,fast-read;