Lines Matching +full:max +full:- +full:bits +full:- +full:per +full:- +full:word
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
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
31 read-only:
33 parameter-less property which disables writes to the EEPROM
36 select-gpios:
43 - compatible
44 - reg
45 - data-size
46 - spi-max-frequency
49 - $ref: /schemas/spi/spi-peripheral-props.yaml#
50 - $ref: /schemas/nvmem/nvmem.yaml
55 - |
56 #include <dt-bindings/gpio/gpio.h>
59 #address-cells = <1>;
60 #size-cells = <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>;