Searched full:fm25 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/eeprom/ |
D | at25.yaml | 38 - cypress,fm25 115 const: cypress,fm25 145 compatible = "cypress,fm25", "atmel,at25";
|
/linux-6.12.1/drivers/misc/eeprom/ |
D | at25.c | 4 * 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()
|