Home
last modified time | relevance | path

Searched full:at24 (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/dts/bindings/mtd/
Datmel,at24.yaml6 I2C EEPROMs compatible with Atmel's AT24 family
9 Atmel AT24.
18 the least-specific compatible entry is "atmel,at24".
27 compatible = "st,m24m01", "st,m24xxx", "atmel,at24";
36 compatible: "atmel,at24"
Datmel,24mac402.yaml4 description: Atmel AT24 (or compatible) I2C EEPROM
Datmel,at2x-base.yaml4 # Common fields for AT24 (I2C) and AT25 (SPI) EEPROM devices
/Zephyr-latest/drivers/eeprom/
DKconfig46 bool "Emulate an Atmel AT24 I2C chip"
49 This is an emulator for the Atmel AT24 series of I2C-attached EEPROMs.
55 bool "I2C EEPROMs compatible with Atmel's AT24 family"
61 Enable support for I2C EEPROMs compatible with Atmel's AT24 family.
64 the programming model of the Atmel AT24.
Deeprom_at2x_emul.c23 /** AT24 device being emulated */
42 * Emulator an I2C transfer to an AT24 chip
129 * Set up a new AT24 emulator
131 * This should be called for each AT24 device that needs to be emulated. It
135 * @param parent Device to emulate (must use AT24 driver)
Deeprom_at2x.c9 * @brief Driver for Atmel AT24 I2C and Atmel AT25 SPI EEPROMs.
/Zephyr-latest/tests/drivers/eeprom/api/
Dat2x_emul.overlay13 compatible = "atmel,at24";
/Zephyr-latest/tests/drivers/eeprom/api/boards/
Dmr_canhubk3.overlay18 compatible = "atmel,at24";
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/
Dx_nucleo_eeprma2.overlay23 compatible = "st,m24c02", "st,m24xxx", "atmel,at24";
36 compatible = "st,m24256", "st,m24xxx", "atmel,at24";
49 compatible = "st,m24m01", "st,m24xxx", "atmel,at24";
/Zephyr-latest/tests/drivers/build_all/eeprom/
Dapp.overlay37 test_i2c_at24: at24@0 {
38 compatible = "atmel,at24";
/Zephyr-latest/doc/hardware/emulator/
Dbus_emulators.rst34 Below that are peripheral drivers, such as the AT24 EEPROM driver. We can test
36 controller/emulator which passes I2C traffic from the AT24 driver to the AT24
191 #. The same test can be built with a second EEPROM which is an Atmel AT24 EEPROM driver
/Zephyr-latest/boards/shields/lmp90100_evb/
Dlmp90100_evb.overlay35 compatible = "atmel,at24c02", "atmel,at24";
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/
Dcyclonev_socdk.dts66 compatible = "microchip,at24lc32a", "atmel,at24";
/Zephyr-latest/boards/gd/gd32e103v_eval/
Dgd32e103v_eval.dts126 compatible = "atmel,at24";
/Zephyr-latest/boards/gd/gd32f450z_eval/
Dgd32f450z_eval.dts127 compatible = "atmel,at24";
/Zephyr-latest/boards/gd/gd32f470i_eval/
Dgd32f470i_eval.dts135 compatible = "atmel,at24";
/Zephyr-latest/boards/gd/gd32f450i_eval/
Dgd32f450i_eval.dts141 compatible = "atmel,at24";
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/doc/
Dindex.rst15 The I2C EEPROMs are compatible with the ``atmel,at24`` driver and
/Zephyr-latest/boards/gd/gd32f450i_eval/doc/
Dindex.rst80 - :dtcompatible:`atmel,at24`
/Zephyr-latest/boards/gd/gd32f450z_eval/doc/
Dindex.rst78 - :dtcompatible:`atmel,at24`
/Zephyr-latest/boards/gd/gd32f470i_eval/doc/
Dindex.rst79 - :dtcompatible:`atmel,at24`
/Zephyr-latest/boards/andestech/adp_xc7k_ae350/
Dadp_xc7k_ae350.dts196 compatible = "atmel,at24";
/Zephyr-latest/boards/st/b_u585i_iot02a/
Db_u585i_iot02a-common.dtsi194 compatible = "atmel,at24";
/Zephyr-latest/boards/ezurio/bl5340_dvk/
Dbl5340_dvk_nrf5340_cpuapp_common.dtsi177 compatible = "atmel,at24c256", "atmel,at24";
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst173 * Added Atmel AT24 (and compatible) I2C EEPROM driver

12