Searched +full:gpio3 +full:- +full:mode (Results 1 – 25 of 901) sorted by relevance
12345678910>>...37
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | tda1004x.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 29 GPIO1 analog - dvb switch 30 GPIO3 firmware eeprom address switch 34 TDA10046_GP00 = 0x40, /* GPIO3=0, GPIO1=0 */ 35 TDA10046_GP01 = 0x42, /* GPIO3=0, GPIO1=1 */ 36 TDA10046_GP10 = 0x48, /* GPIO3=1, GPIO1=0 */ 37 TDA10046_GP11 = 0x4a, /* GPIO3=1, GPIO1=1 */ 38 TDA10046_GP00_I = 0x80, /* GPIO3=0, GPIO1=0, invert in sleep mode*/ 39 TDA10046_GP01_I = 0x82, /* GPIO3=0, GPIO1=1, invert in sleep mode */ 40 TDA10046_GP10_I = 0x88, /* GPIO3=1, GPIO1=0, invert in sleep mode */ [all …]
|
| /kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
| D | tda1004x.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 29 GPIO1 analog - dvb switch 30 GPIO3 firmware eeprom address switch 34 TDA10046_GP00 = 0x40, /* GPIO3=0, GPIO1=0 */ 35 TDA10046_GP01 = 0x42, /* GPIO3=0, GPIO1=1 */ 36 TDA10046_GP10 = 0x48, /* GPIO3=1, GPIO1=0 */ 37 TDA10046_GP11 = 0x4a, /* GPIO3=1, GPIO1=1 */ 38 TDA10046_GP00_I = 0x80, /* GPIO3=0, GPIO1=0, invert in sleep mode*/ 39 TDA10046_GP01_I = 0x82, /* GPIO3=0, GPIO1=1, invert in sleep mode */ 40 TDA10046_GP10_I = 0x88, /* GPIO3=1, GPIO1=0, invert in sleep mode */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/serial/ |
| D | nxp,sc16is7xx.txt | 1 * NXP SC16IS7xx advanced Universal Asynchronous Receiver-Transmitter (UART) 5 - compatible: Should be one of the following: 6 - "nxp,sc16is740" for NXP SC16IS740, 7 - "nxp,sc16is741" for NXP SC16IS741, 8 - "nxp,sc16is750" for NXP SC16IS750, 9 - "nxp,sc16is752" for NXP SC16IS752, 10 - "nxp,sc16is760" for NXP SC16IS760, 11 - "nxp,sc16is762" for NXP SC16IS762. 12 - reg: I2C address of the SC16IS7xx device. 13 - interrupts: Should contain the UART interrupt [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hsi/ |
| D | nokia-modem.txt | 8 - compatible: Should be one of 9 "nokia,n900-modem" 10 "nokia,n950-modem" 11 "nokia,n9-modem" 12 - hsi-channel-names: Should contain the following strings 13 "mcsaab-control" 14 "speech-control" 15 "speech-data" 16 "mcsaab-data" 17 - gpios: Should provide a GPIO handler for each GPIO listed in [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/hsi/ |
| D | nokia-modem.txt | 8 - compatible: Should be one of 9 "nokia,n900-modem" 10 "nokia,n950-modem" 11 "nokia,n9-modem" 12 - hsi-channel-names: Should contain the following strings 13 "mcsaab-control" 14 "speech-control" 15 "speech-data" 16 "mcsaab-data" 17 - gpios: Should provide a GPIO handler for each GPIO listed in [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/watchdog/ |
| D | men-a021-wdt.txt | 4 - compatible: "men,a021-wdt" 5 - gpios: Specifies the pins that control the Watchdog, order: 7 2: Watchdog fast-mode 14 - None 18 compatible ="men,a021-wdt"; 19 gpios = <&gpio3 9 1 /* WD_EN */ 20 &gpio3 10 1 /* WD_FAST */ 21 &gpio3 11 1 /* WD_TRIG */ 22 &gpio3 6 1 /* RST_CAUSE[0] */ 23 &gpio3 7 1 /* RST_CAUSE[1] */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/ |
| D | men-a021-wdt.txt | 4 - compatible: "men,a021-wdt" 5 - gpios: Specifies the pins that control the Watchdog, order: 7 2: Watchdog fast-mode 14 - None 18 compatible ="men,a021-wdt"; 19 gpios = <&gpio3 9 1 /* WD_EN */ 20 &gpio3 10 1 /* WD_FAST */ 21 &gpio3 11 1 /* WD_TRIG */ 22 &gpio3 6 1 /* RST_CAUSE[0] */ 23 &gpio3 7 1 /* RST_CAUSE[1] */ [all …]
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| D | ad7877.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) 2006-2008 Michael Hennerich, Analog Devices Inc. 16 * - corgi_ts.c 17 * Copyright (C) 2004-2005 Richard Purdie 18 * - omap_ts.[hc], ads7846.h, ts_osk.c 39 #define MAX_12BIT ((1<<12)-1) 102 /* DAC Register Default RANGE 0 to Vcc, Volatge Mode, DAC On */ 105 /* If gpio3 is set AUX3/GPIO3 acts as GPIO Output */ 119 #define AD7877_SER (1 << 11) /* non-differential */ 124 #define AD7877_MODE_SEQ0 (2) /* Sequence 0 in Slave Mode */ [all …]
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| D | ad7877.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) 2006-2008 Michael Hennerich, Analog Devices Inc. 16 * - corgi_ts.c 17 * Copyright (C) 2004-2005 Richard Purdie 18 * - omap_ts.[hc], ads7846.h, ts_osk.c 39 #define MAX_12BIT ((1<<12)-1) 102 /* DAC Register Default RANGE 0 to Vcc, Volatge Mode, DAC On */ 105 /* If gpio3 is set AUX3/GPIO3 acts as GPIO Output */ 119 #define AD7877_SER (1 << 11) /* non-differential */ 124 #define AD7877_MODE_SEQ0 (2) /* Sequence 0 in Slave Mode */ [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/renesas/ |
| D | r8a779f0-spider-ethernet.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the Spider Ethernet sub-board 15 label = "ethernet-sub-board"; 25 power-source = <1800>; 31 power-source = <1800>; 37 power-source = <1800>; 42 pinctrl-0 = <&tsn0_pins>, <&tsn1_pins>, <&tsn2_pins>; 43 pinctrl-names = "default"; 46 ethernet-ports { 47 #address-cells = <1>; [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/rockchip/ |
| D | rk3566-anbernic-rgxx3.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/linux-event-codes.h> 7 #include <dt-bindings/leds/common.h> 8 #include <dt-bindings/pinctrl/rockchip.h> 9 #include <dt-bindings/soc/rockchip,vop2.h> 14 stdout-path = "serial2:1500000n8"; 17 adc-joystick { 18 compatible = "adc-joystick"; [all …]
|
| D | rk3368-r88.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include <dt-bindings/input/input.h> 20 stdout-path = "serial2:115200n8"; 28 emmc_pwrseq: emmc-pwrseq { 29 compatible = "mmc-pwrseq-emmc"; 30 pinctrl-0 = <&emmc_reset>; 31 pinctrl-names = "default"; 32 reset-gpios = <&gpio2 RK_PA3 GPIO_ACTIVE_HIGH>; 35 keys: gpio-keys { [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/vf/ |
| D | vf610-zii-cfu1.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 15 stdout-path = &uart0; 23 gpio-leds { 24 compatible = "gpio-leds"; 25 pinctrl-0 = <&pinctrl_leds_debug>; 26 pinctrl-names = "default"; 28 led-debug { 31 linux,default-trigger = "heartbeat"; 34 led-fail { [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/marvell/ |
| D | kirkwood-l-50.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Check Point L-50 Board Description 7 /dts-v1/; 10 #include "kirkwood-6281.dtsi" 13 model = "Check Point L-50"; 14 compatible = "checkpoint,l-50", "marvell,kirkwood-88f6281", "marvell,kirkwood"; 23 stdout-path = &uart0; 27 pinctrl: pin-controller@10000 { 28 pinctrl-0 = <&pmx_led38 &pmx_sysrst &pmx_button29>; 29 pinctrl-names = "default"; [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| D | imx53-cx9020.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * based on imx53-qsb.dts 7 /dts-v1/; 15 stdout-path = &uart2; 24 display-0 { 25 #address-cells =<1>; 26 #size-cells = <0>; 27 compatible = "fsl,imx-parallel-display"; 28 interface-pix-fmt = "rgb24"; 29 pinctrl-names = "default"; [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx53-cx9020.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * based on imx53-qsb.dts 7 /dts-v1/; 15 stdout-path = &uart2; 24 display-0 { 25 #address-cells =<1>; 26 #size-cells = <0>; 27 compatible = "fsl,imx-parallel-display"; 28 interface-pix-fmt = "rgb24"; 29 pinctrl-names = "default"; [all …]
|
| D | vf610-zii-cfu1.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 15 stdout-path = &uart0; 23 gpio-leds { 24 compatible = "gpio-leds"; 25 pinctrl-0 = <&pinctrl_leds_debug>; 26 pinctrl-names = "default"; 28 led-debug { 31 linux,default-trigger = "heartbeat"; 34 led-fail { [all …]
|
| D | kirkwood-l-50.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Check Point L-50 Board Description 7 /dts-v1/; 10 #include "kirkwood-6281.dtsi" 13 model = "Check Point L-50"; 14 compatible = "checkpoint,l-50", "marvell,kirkwood-88f6281", "marvell,kirkwood"; 23 stdout-path = &uart0; 27 pinctrl: pin-controller@10000 { 28 pinctrl-0 = <&pmx_led38 &pmx_sysrst &pmx_button29>; 29 pinctrl-names = "default"; [all …]
|
| D | imx28-m28evk.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 /dts-v1/; 8 #include "imx28-m28.dtsi" 17 compatible = "fsl,imx28-mmc"; 18 pinctrl-names = "default"; 19 pinctrl-0 = <&mmc0_8bit_pins_a 22 bus-width = <8>; 23 wp-gpios = <&gpio3 10 0>; 24 vmmc-supply = <®_vddio_sd0>; 29 #address-cells = <1>; [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/mxs/ |
| D | imx28-m28evk.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 /dts-v1/; 8 #include "imx28-m28.dtsi" 15 compatible = "pwm-backlight"; 17 brightness-levels = <0 4 8 16 32 64 128 255>; 18 default-brightness-level = <6>; 21 reg_vddio_sd0: regulator-1 { 22 compatible = "regulator-fixed"; 23 regulator-name = "vddio-sd0"; 24 regulator-min-microvolt = <3300000>; [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
| D | cpcap-charger.txt | 4 - compatible: Shall be "motorola,mapphone-cpcap-charger" 5 - interrupts: Interrupt specifier for each name in interrupt-names 6 - interrupt-names: Should contain the following entries: 10 - io-channels: IIO ADC channel specifier for each name in io-channel-names 11 - io-channel-names: Should contain the following entries: 15 - mode-gpios: Optionally CPCAP charger can have a companion wireless 22 compatible = "motorola,mapphone-cpcap-charger"; 23 interrupts-extended = < 28 interrupt-names = 32 mode-gpios = <&gpio3 29 GPIO_ACTIVE_LOW [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| D | ste,nomadik.txt | 4 - compatible: "stericsson,db8500-pinctrl", "stericsson,db8540-pinctrl", 5 "stericsson,stn8815-pinctrl" 6 - nomadik-gpio-chips: array of phandles to the corresponding GPIO chips 8 - prcm: phandle to the PRCMU managing the back end of this pin controller 10 Please refer to pinctrl-bindings.txt in this directory for details of the 23 (see pinctrl-bindings.txt): 26 - function: A string containing the name of the function to mux to the 28 - groups : An array of strings. Each string contains the name of a pin 30 set-up. 33 - pins: A string array describing the pins affected by the configuration [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | ste,nomadik.txt | 4 - compatible: "stericsson,db8500-pinctrl", "stericsson,db8540-pinctrl", 5 "stericsson,stn8815-pinctrl" 6 - nomadik-gpio-chips: array of phandles to the corresponding GPIO chips 8 - prcm: phandle to the PRCMU managing the back end of this pin controller 10 Please refer to pinctrl-bindings.txt in this directory for details of the 23 (see pinctrl-bindings.txt): 26 - function: A string containing the name of the function to mux to the 28 - groups : An array of strings. Each string contains the name of a pin 30 set-up. 33 - pins: A string array describing the pins affected by the configuration [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/ |
| D | imx8mm-venice-gw7902.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/input/linux-event-codes.h> 10 #include <dt-bindings/leds/common.h> 11 #include <dt-bindings/net/ti-dp83867.h> 12 #include <dt-bindings/phy/phy-imx8-pcie.h> 18 compatible = "gw,imx8mm-gw7902", "fsl,imx8mm"; 27 stdout-path = &uart2; 36 compatible = "fixed-clock"; [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/ |
| D | rk3368-r88.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include <dt-bindings/input/input.h> 15 stdout-path = "serial2:115200n8"; 23 emmc_pwrseq: emmc-pwrseq { 24 compatible = "mmc-pwrseq-emmc"; 25 pinctrl-0 = <&emmc_reset>; 26 pinctrl-names = "default"; 27 reset-gpios = <&gpio2 RK_PA3 GPIO_ACTIVE_HIGH>; 30 keys: gpio-keys { [all …]
|
12345678910>>...37