Searched +full:cros +full:- +full:ec +full:- +full:spi +full:- +full:msg +full:- +full:delay (Results  1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ | 
| H A D | google,cros-ec.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/mfd/google,cros-ec.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Benson Leung <bleung@chromium.org>
 11   - Guenter Roeck <groeck@chromium.org>
 14   Google's ChromeOS EC is a microcontroller which talks to the AP and
 16   The EC can be connected through various interfaces (I2C, SPI, and others)
 22       - description:
 23           For implementations of the EC connected through I2C.
 [all …]
 
 | 
| H A D | cros-ec.txt | 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 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
 10 the top-level driver.
 13 - compatible: "google,cros-ec-i2c"
 14 - reg: I2C slave address
 16 Required properties (SPI):
 17 - compatible: "google,cros-ec-spi"
 18 - reg: SPI chip select
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm64/mediatek/ | 
| H A D | mt8173-elm.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only6 #include <dt-bindings/input/input.h>
 7 #include <dt-bindings/input/linux-event-codes.h>
 8 #include <dt-bindings/regulator/dlg,da9211-regulator.h>
 9 #include <dt-bindings/gpio/gpio.h>
 25 		compatible = "pwm-backlight";
 27 		power-supply = <&bl_fixed_reg>;
 28 		enable-gpios = <&pio 95 GPIO_ACTIVE_HIGH>;
 30 		pinctrl-names = "default";
 31 		pinctrl-0 = <&panel_backlight_en_pins>;
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/nvidia/ | 
| H A D | tegra124-nyan.dtsi | 1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/input/input.h>
 3 #include <dt-bindings/thermal/thermal.h>
 14 		stdout-path = "serial0:115200n8";
 20 	 * missing a unit-address. However, the bootloader on these Chromebook
 22 	 * Adding the unit-address causes the bootloader to create a /memory
 34 	/delete-node/ memory@80000000;
 40 			vdd-supply = <&vdd_3v3_hdmi>;
 41 			pll-supply = <&vdd_hdmi_pll>;
 42 			hdmi-supply = <&vdd_5v0_hdmi>;
 [all …]
 
 | 
| H A D | tegra124-venice2.dts | 1 // SPDX-License-Identifier: GPL-2.02 /dts-v1/;
 4 #include <dt-bindings/input/input.h>
 18 		stdout-path = "serial0:115200n8";
 29 			vdd-supply = <&vdd_3v3_hdmi>;
 30 			pll-supply = <&vdd_hdmi_pll>;
 31 			hdmi-supply = <&vdd_5v0_hdmi>;
 33 			nvidia,ddc-i2c-bus = <&hdmi_ddc>;
 34 			nvidia,hpd-gpio =
 41 			avdd-io-hdmi-dp-supply = <&vdd_1v05_run>;
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm64/nvidia/ | 
| H A D | tegra132-norrin.dts | 1 // SPDX-License-Identifier: GPL-2.02 /dts-v1/;
 4 #include <dt-bindings/input/input.h>
 18 		stdout-path = "serial0:115200n8";
 30 			vdd-supply = <&vdd_3v3_hdmi>;
 31 			pll-supply = <&vdd_hdmi_pll>;
 32 			hdmi-supply = <&vdd_5v0_hdmi>;
 34 			nvidia,ddc-i2c-bus = <&hdmi_ddc>;
 35 			nvidia,hpd-gpio =
 42 			avdd-io-hdmi-dp-supply = <&vdd_3v3_hdmi>;
 [all …]
 
 |