Lines Matching +full:eeprom +full:- +full:data
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/misc/eeprom-93xx46.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip 93xx46 SPI compatible EEPROM family dt bindings
10 - Cory Tusar <cory.tusar@pid1solutions.com>
15 - atmel,at93c46
16 - atmel,at93c46d
17 - atmel,at93c56
18 - atmel,at93c66
19 - eeprom-93xx46
20 - microchip,93lc46b
22 data-size:
23 description: number of data bits per word
28 description: chip select of EEPROM
31 spi-max-frequency: true
32 spi-cs-high: true
34 read-only:
36 parameter-less property which disables writes to the EEPROM
39 select-gpios:
42 of EEPROM (e.g. for SPI bus multiplexing)
47 - compatible
48 - reg
49 - data-size
50 - spi-max-frequency
55 - |
56 #include <dt-bindings/gpio/gpio.h>
59 #address-cells = <1>;
60 #size-cells = <0>;
62 eeprom@0 {
63 compatible = "eeprom-93xx46";
65 spi-max-frequency = <1000000>;
66 spi-cs-high;
67 data-size = <8>;
68 select-gpios = <&gpio4 4 GPIO_ACTIVE_HIGH>;