1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/eeprom/microchip,93lc46b.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip 93xx46 SPI compatible EEPROM family
10 - Cory Tusar <cory.tusar@pid1solutions.com>
23 description: number of data bits per word
24 $ref: /schemas/types.yaml#/definitions/uint32
28 description: chip select of EEPROM
33 parameter-less property which disables writes to the EEPROM
38 specifies the GPIO that needs to be asserted prior to each access
39 of EEPROM (e.g. for SPI bus multiplexing)
49 - $ref: /schemas/spi/spi-peripheral-props.yaml#
50 - $ref: /schemas/nvmem/nvmem.yaml
52 unevaluatedProperties: false
56 #include <dt-bindings/gpio/gpio.h>
63 compatible = "eeprom-93xx46";
65 spi-max-frequency = <1000000>;
68 select-gpios = <&gpio4 4 GPIO_ACTIVE_HIGH>;