Lines Matching +full:write +full:- +full:protect
4 - compatible : Should be "<vendor>,<type>", and generic value "atmel,at25".
11 - reg : chip select number
12 - spi-max-frequency : max spi frequency to use
13 - pagesize : size of the eeprom page
14 - size : total eeprom size in bytes
15 - address-width : number of address bits (one of 8, 9, 16, or 24).
20 - spi-cpha : SPI shifted clock phase, as per spi-bus bindings.
21 - spi-cpol : SPI inverse clock polarity, as per spi-bus bindings.
22 - read-only : this parameter-less property disables writes to the eeprom
23 - wp-gpios : GPIO to which the write-protect pin of the chip is connected
26 "address-width", and "read-only":
27 - at25,byte-len : total eeprom size in bytes
28 - at25,addr-mode : addr-mode flags, as defined in include/linux/spi/eeprom.h
29 - at25,page-size : size of the eeprom page
37 spi-max-frequency = <5000000>;
38 spi-cpha;
39 spi-cpol;
40 wp-gpios = <&gpio1 3 0>;
44 address-width = <16>;