Home
last modified time | relevance | path

Searched full:fm25 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/eeprom/
Dat25.yaml38 - cypress,fm25
115 const: cypress,fm25
145 compatible = "cypress,fm25", "atmel,at25";
/linux-6.12.1/drivers/misc/eeprom/
Dat25.c4 * and Cypress FRAMs FM25 models.
387 strscpy(chip->name, "fm25", sizeof(chip->name)); in at25_fram_to_chip()
420 { .compatible = "cypress,fm25" },
427 { .name = "fm25" },
459 is_fram = fwnode_device_is_compatible(dev_fwnode(&spi->dev), "cypress,fm25"); in at25_probe()