Lines Matching +full:chip +full:- +full:reset
4 - #address-cells, #size-cells : Must be present if the device has sub-nodes
6 - compatible : May include a device-specific string consisting of the
7 manufacturer and name of the chip. A list of supported chip
9 Must also include "jedec,spi-nor" for any SPI NOR flash that can
12 Supported chip names:
50 The following chip names have been used historically to
53 m25p05-nonjedec
54 m25p10-nonjedec
55 m25p20-nonjedec
56 m25p40-nonjedec
57 m25p80-nonjedec
58 m25p16-nonjedec
59 m25p32-nonjedec
60 m25p64-nonjedec
61 m25p128-nonjedec
63 - reg : Chip-Select number
64 - spi-max-frequency : Maximum frequency of the SPI bus the chip can operate at
67 - m25p,fast-read : Use the "fast read" opcode to read data from the chip instead
71 by your chip.
72 - broken-flash-reset : Some flash devices utilize stateful addressing modes
73 (e.g., for 32-bit addressing) which need to be managed
75 have a standardized software reset command, and because some
76 systems don't toggle the flash RESET# pin upon system reset
80 denote the absence of a reliable reset mechanism.
85 #address-cells = <1>;
86 #size-cells = <1>;
87 compatible = "spansion,m25p80", "jedec,spi-nor";
89 spi-max-frequency = <40000000>;
90 m25p,fast-read;