sysfs-class-spi-eeprom 678 B

12345678910111213141516171819
  1. What: /sys/class/spi_master/spi<bus>/spi<bus>.<dev>/fram
  2. Date: June 2021
  3. KernelVersion: 5.14
  4. Contact: Jiri Prchal <[email protected]>
  5. Description:
  6. Contains the FRAM binary data. Same as EEPROM, just another file
  7. name to indicate that it employs ferroelectric process.
  8. It performs write operations at bus speed - no write delays.
  9. What: /sys/class/spi_master/spi<bus>/spi<bus>.<dev>/sernum
  10. Date: May 2021
  11. KernelVersion: 5.14
  12. Contact: Jiri Prchal <[email protected]>
  13. Description:
  14. Contains the serial number of the Cypress FRAM (FM25VN) if it is
  15. present. It will be displayed as a 8 byte hex string, as read
  16. from the device.
  17. This is a read-only attribute.