Lines Matching +full:spi +full:- +full:bus +full:- +full:width
2 # SPDX-License-Identifier: Apache-2.0
5 SPI EEPROMs compatible with Atmel's AT25 family
7 There are multiple vendors manufacturing SPI EEPROMs compatible with the programming model of the
11 - Microchip AT25xxx
12 - ST M95xxx
15 width, and timeout) available from the datasheet of the specific EEPROM. The compatible string for
17 the least-specific compatible entry is "atmel,at25".
19 Example devicetree node describing a ST M95256 EEPROM on the spi0 bus:
29 address-width = <16>;
30 spi-max-frequency = <DT_FREQ_M(20)>;
37 include: ["atmel,at2x-base.yaml", spi-device.yaml]