Lines Matching full:ec
3 Google's ChromeOS EC is a Cortex-M device which talks to the AP and
6 The EC can be connect through various means (I2C, SPI, LPC, RPMSG) and the
8 its own driver which connects to the top level interface-agnostic EC driver.
9 Other Linux driver (such as cros-ec-keyb for the matrix keyboard) connect to
13 - compatible: "google,cros-ec-i2c"
17 - compatible: "google,cros-ec-spi"
21 - compatible: "google,cros-ec-rpmsg"
24 - google,cros-ec-spi-pre-delay: Some implementations of the EC need a little
28 - google,cros-ec-spi-msg-delay: Some implementations of the EC require some
30 between transactions is not long enough the EC may not be able to respond
33 for the time required by the EC to get back into a state in which new data
37 - compatible: "google,cros-ec-lpc"
41 - google,has-vbc-nvram: Some implementations of the EC include a small
48 cros-ec@1e {
50 compatible = "google,cros-ec-i2c";
60 ec@0 {
61 compatible = "google,cros-ec-spi";