Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/eeprom/
Dat25.yaml36 - cypress,fm25
112 const: cypress,fm25
142 compatible = "cypress,fm25", "atmel,at25";
/Linux-v6.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" },
440 err = device_property_match_string(&spi->dev, "compatible", "cypress,fm25"); in at25_probe()