Searched full:at24 (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/dts/bindings/mtd/ |
D | atmel,at24.yaml | 6 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"
|
D | atmel,24mac402.yaml | 4 description: Atmel AT24 (or compatible) I2C EEPROM
|
D | atmel,at2x-base.yaml | 4 # Common fields for AT24 (I2C) and AT25 (SPI) EEPROM devices
|
/Zephyr-latest/drivers/eeprom/ |
D | Kconfig | 46 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.
|
D | eeprom_at2x_emul.c | 23 /** 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)
|
D | eeprom_at2x.c | 9 * @brief Driver for Atmel AT24 I2C and Atmel AT25 SPI EEPROMs.
|
/Zephyr-latest/tests/drivers/eeprom/api/ |
D | at2x_emul.overlay | 13 compatible = "atmel,at24";
|
/Zephyr-latest/tests/drivers/eeprom/api/boards/ |
D | mr_canhubk3.overlay | 18 compatible = "atmel,at24";
|
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/ |
D | x_nucleo_eeprma2.overlay | 23 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/ |
D | app.overlay | 37 test_i2c_at24: at24@0 { 38 compatible = "atmel,at24";
|
/Zephyr-latest/doc/hardware/emulator/ |
D | bus_emulators.rst | 34 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/ |
D | lmp90100_evb.overlay | 35 compatible = "atmel,at24c02", "atmel,at24";
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/ |
D | cyclonev_socdk.dts | 66 compatible = "microchip,at24lc32a", "atmel,at24";
|
/Zephyr-latest/boards/gd/gd32e103v_eval/ |
D | gd32e103v_eval.dts | 126 compatible = "atmel,at24";
|
/Zephyr-latest/boards/gd/gd32f450z_eval/ |
D | gd32f450z_eval.dts | 127 compatible = "atmel,at24";
|
/Zephyr-latest/boards/gd/gd32f470i_eval/ |
D | gd32f470i_eval.dts | 135 compatible = "atmel,at24";
|
/Zephyr-latest/boards/gd/gd32f450i_eval/ |
D | gd32f450i_eval.dts | 141 compatible = "atmel,at24";
|
/Zephyr-latest/boards/shields/x_nucleo_eeprma2/doc/ |
D | index.rst | 15 The I2C EEPROMs are compatible with the ``atmel,at24`` driver and
|
/Zephyr-latest/boards/gd/gd32f450i_eval/doc/ |
D | index.rst | 80 - :dtcompatible:`atmel,at24`
|
/Zephyr-latest/boards/gd/gd32f450z_eval/doc/ |
D | index.rst | 78 - :dtcompatible:`atmel,at24`
|
/Zephyr-latest/boards/gd/gd32f470i_eval/doc/ |
D | index.rst | 79 - :dtcompatible:`atmel,at24`
|
/Zephyr-latest/boards/andestech/adp_xc7k_ae350/ |
D | adp_xc7k_ae350.dts | 196 compatible = "atmel,at24";
|
/Zephyr-latest/boards/st/b_u585i_iot02a/ |
D | b_u585i_iot02a-common.dtsi | 194 compatible = "atmel,at24";
|
/Zephyr-latest/boards/ezurio/bl5340_dvk/ |
D | bl5340_dvk_nrf5340_cpuapp_common.dtsi | 177 compatible = "atmel,at24c256", "atmel,at24";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 173 * Added Atmel AT24 (and compatible) I2C EEPROM driver
|
12