GNU Linux-libre 6.1.90-gnu
[releases.git] / Documentation / ABI / testing / sysfs-bus-spi-devices-spi-nor
1 What:           /sys/bus/spi/devices/.../spi-nor/jedec_id
2 Date:           April 2021
3 KernelVersion:  5.14
4 Contact:        linux-mtd@lists.infradead.org
5 Description:    (RO) The JEDEC ID of the SPI NOR flash as reported by the
6                 flash device.
7
8                 The attribute is not present if the flash doesn't support
9                 the "Read JEDEC ID" command (9Fh). This is the case for
10                 non-JEDEC compliant flashes.
11
12 What:           /sys/bus/spi/devices/.../spi-nor/manufacturer
13 Date:           April 2021
14 KernelVersion:  5.14
15 Contact:        linux-mtd@lists.infradead.org
16 Description:    (RO) Manufacturer of the SPI NOR flash.
17
18
19 What:           /sys/bus/spi/devices/.../spi-nor/partname
20 Date:           April 2021
21 KernelVersion:  5.14
22 Contact:        linux-mtd@lists.infradead.org
23 Description:    (RO) Part name of the SPI NOR flash.
24
25
26 What:           /sys/bus/spi/devices/.../spi-nor/sfdp
27 Date:           April 2021
28 KernelVersion:  5.14
29 Contact:        linux-mtd@lists.infradead.org
30 Description:    (RO) This attribute is only present if the SPI NOR flash
31                 device supports the "Read SFDP" command (5Ah).
32
33                 If present, it contains the complete SFDP (serial flash
34                 discoverable parameters) binary data of the flash.