Searched +full:cros +full:- +full:ec +full:- +full:rpmsg (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mfd/google,cros[all...]
3 Google's ChromeOS EC is a Cortex-M device which talks to the AP and6 The EC can be connect through various means (I2C, SPI, LPC, RPMSG) and the8 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 to10 the top-level driver.13 - compatible: "google,cros-ec-i2c"14 - reg: I2C slave address17 - compatible: "google,cros-ec-spi"18 - reg: SPI chip select20 Required properties (RPMSG):[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Tingha[all...]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>21 stdout-path = "serial0:115200n8";25 compatible = "pwm-backlight";27 power-supply = <®_vsys>;28 enable-gpios = <&pio 176 0>;29 brightness-level[all...]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)6 #include <dt-bindings/gpio/gpio.h>7 #include <dt-bindings/spmi/spmi.h>25 backlight_lcd0: backlight-lcd0 {26 compatible = "pwm-backlight";27 brightness-levels = <0 1023>;28 default-brightness-leve[all...]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)6 /dts-v1/;9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/spmi/spmi.h>25 stdout-path = "serial0:115200n8";33 backlight_lcd0: backlight-lcd0 {34 compatible = "pwm-backlight";36 power-suppl[all...]