Lines Matching +full:spi +full:- +full:max +full:- +full:frequency
8 - compatible = "google,cros-ec"
11 - spi-max-frequency : Sets the maximum frequency (in Hz) for SPI bus
13 - i2c-max-frequency : Sets the maximum frequency (in Hz) for I2C bus
15 - ec-interrupt : Selects the EC interrupt, defined as a GPIO according
17 - optimise-flash-write : Boolean property - if present then flash blocks
22 to the EC (e.g. i2c, spi, lpc). The reg property (as usual) will indicate
29 spi@131b0000 {
30 cros-ec@0 {
32 compatible = "google,cros-ec";
33 spi-max-frequency = <5000000>;
34 ec-interrupt = <&gpio 174 1>;
35 optimise-flash-write;