Searched full:at25 (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/dts/bindings/mtd/ |
D | atmel,at25.yaml | 5 SPI EEPROMs compatible with Atmel's AT25 family 8 Atmel AT25. 17 the least-specific compatible entry is "atmel,at25". 25 compatible = "st,m95256", "st,m95xxx", "atmel,at25"; 35 compatible: "atmel,at25"
|
D | atmel,at2x-base.yaml | 4 # Common fields for AT24 (I2C) and AT25 (SPI) EEPROM devices
|
/Zephyr-latest/drivers/eeprom/ |
D | Kconfig | 71 bool "SPI EEPROMs compatibile with Atmel's AT25 family" 77 Enable support for SPI EEPROMs compatible with Atmel's AT25 family. 80 the programming model of the Atmel AT25.
|
D | eeprom_at2x.c | 9 * @brief Driver for Atmel AT24 I2C and Atmel AT25 SPI EEPROMs. 23 /* AT25 instruction set */ 31 /* AT25 status register bits */
|
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/ |
D | x_nucleo_eeprma2.overlay | 85 compatible = "st,m95040", "st,m95xxx", "atmel,at25"; 99 compatible = "st,m95256", "st,m95xxx", "atmel,at25"; 113 compatible = "st,m95m04", "st,m95xxx", "atmel,at25";
|
/Zephyr-latest/tests/drivers/build_all/eeprom/ |
D | app.overlay | 84 test_spi_at25: at25@0 { 85 compatible = "atmel,at25";
|
/Zephyr-latest/boards/ezurio/rm1xx_dvk/ |
D | rm1xx_dvk.dts | 79 at25: at25df041b@0 { label 144 &at25 {
|
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/doc/ |
D | index.rst | 16 the SPI EEPROMs are compatible with the ``atmel,at25`` driver.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 174 * Added Atmel AT25 (and compatible) SPI EEPROM driver
|