Searched +full:reset +full:- +full:gpios (Results 1 – 25 of 234) sorted by relevance
12345678910
| /Documentation/devicetree/bindings/phy/ |
| D | phy-mapphone-mdm6600.txt | 4 - compatible Must be "motorola,mapphone-mdm6600" 5 - enable-gpios GPIO to enable the USB PHY 6 - power-gpios GPIO to power on the device 7 - reset-gpios GPIO to reset the device 8 - motorola,mode-gpios Two GPIOs to configure MDM6600 USB start-up mode for 10 - motorola,cmd-gpios Three GPIOs to control the power state of the MDM6600 11 - motorola,status-gpios Three GPIOs to read the power state of the MDM6600 15 usb-phy { 16 compatible = "motorola,mapphone-mdm6600"; 17 enable-gpios = <&gpio3 31 GPIO_ACTIVE_LOW>; [all …]
|
| /Documentation/devicetree/bindings/display/panel/ |
| D | jdi,lt070me05000.txt | 4 - compatible: should be "jdi,lt070me05000" 5 - vddp-supply: phandle of the regulator that provides the supply voltage 6 Power IC supply (3-5V) 7 - iovcc-supply: phandle of the regulator that provides the supply voltage 9 - enable-gpios: phandle of gpio for enable line 11 - reset-gpios: phandle of gpio for reset line 12 This should be 8mA, gpio can be configured using mux, pinctrl, pinctrl-names 13 XRES, Reset, Low active 14 - dcdc-en-gpios: phandle of the gpio for power ic line 24 vddp-supply = <&pm8921_l17>; [all …]
|
| D | ronbo,rb070d30.yaml | 1 # SPDX-License-Identifier: (GPL-2.0+ OR X11) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Maxime Ripard <maxime.ripard@bootlin.com> 17 description: MIPI-DSI virtual channel 19 power-gpios: 23 reset-gpios: 24 description: GPIO used for the reset pin 27 shlr-gpios: 31 updn-gpios: [all …]
|
| D | samsung,s6e3ha2.txt | 5 - compatible: should be one of: 8 - reg: the virtual channel number of a DSI peripheral 9 - vdd3-supply: I/O voltage supply 10 - vci-supply: voltage supply for analog circuits 11 - reset-gpios: a GPIO spec for the reset pin (active low) 12 - enable-gpios: a GPIO spec for the panel enable pin (active high) 15 - te-gpios: a GPIO spec for the tearing effect synchronization signal 25 vdd3-supply = <&ldo27_reg>; 26 vci-supply = <&ldo28_reg>; 27 reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>; [all …]
|
| D | sharp,ls037v7dw01.txt | 1 SHARP LS037V7DW01 TFT-LCD panel 5 - compatible: "sharp,ls037v7dw01" 8 - label: a symbolic name for the panel 9 - enable-gpios: a GPIO spec for the optional enable pin. 11 - reset-gpios: a GPIO spec for the optional reset pin. 13 - mode-gpios: a GPIO 17 - Video port for DPI input 19 This panel can have zero to five GPIOs to configure to change configuration 21 configured with external pulls, all the GPIOs are considered optional with holes 25 ------- [all …]
|
| D | samsung,s6e63j0x03.txt | 1 Samsung S6E63J0X03 1.63" 320x320 AMOLED panel (interface: MIPI-DSI command mode) 4 - compatible: "samsung,s6e63j0x03" 5 - reg: the virtual channel number of a DSI peripheral 6 - vdd3-supply: I/O voltage supply 7 - vci-supply: voltage supply for analog circuits 8 - reset-gpios: a GPIO spec for the reset pin (active low) 9 - te-gpios: a GPIO spec for the tearing effect synchronization signal 19 vdd3-supply = <&ldo16_reg>; 20 vci-supply = <&ldo20_reg>; 21 reset-gpios = <&gpe0 1 GPIO_ACTIVE_LOW>; [all …]
|
| /Documentation/devicetree/bindings/mmc/ |
| D | mmc-pwrseq-simple.txt | 8 - compatible : contains "mmc-pwrseq-simple". 11 - reset-gpios : contains a list of GPIO specifiers. The reset GPIOs are asserted 13 They will be de-asserted right after the power has been provided to the 15 - clocks : Must contain an entry for the entry in clock-names. 16 See ../clocks/clock-bindings.txt for details. 17 - clock-names : Must include the following entry: 19 - post-power-on-delay-ms : Delay in ms after powering the card and 20 de-asserting the reset-gpios (if any) 21 - power-off-delay-us : Delay in us after asserting the reset-gpios (if any) 27 compatible = "mmc-pwrseq-simple"; [all …]
|
| D | mmc-pwrseq-sd8787.txt | 4 - compatible: must be "mmc-pwrseq-sd8787". 5 - powerdown-gpios: contains a power down GPIO specifier with the 7 - reset-gpios: contains a reset GPIO specifier with the default 13 compatible = "mmc-pwrseq-sd8787"; 14 powerdown-gpios = <&twl_gpio 0 GPIO_ACTIVE_LOW>; 15 reset-gpios = <&twl_gpio 1 GPIO_ACTIVE_LOW>;
|
| /Documentation/devicetree/bindings/sound/ |
| D | rohm,bd28623.txt | 5 to GPIOs: reset and mute. 8 - compatible : should be "rohm,bd28623" 9 - #sound-dai-cells: should be 0. 10 - VCCA-supply : regulator phandle for the VCCA supply 11 - VCCP1-supply : regulator phandle for the VCCP1 supply 12 - VCCP2-supply : regulator phandle for the VCCP2 supply 15 - reset-gpios : GPIO specifier for the active low reset line 16 - mute-gpios : GPIO specifier for the active low mute line 22 #sound-dai-cells = <0>; 24 VCCA-supply = <&vcc_reg>; [all …]
|
| D | soc-ac97link.txt | 6 - pinctrl-names: Has to contain following states to setup the correct 7 pinmuxing for the used gpios: 8 "ac97-running": AC97-link is active 9 "ac97-reset": AC97-link reset state 10 "ac97-warm-reset": AC97-link warm reset state 11 - ac97-gpios: List of gpio phandles with args in the order ac97-sync, 12 ac97-sdata, ac97-reset 20 pinctrl-names = "default", "ac97-running", "ac97-reset", "ac97-warm-reset"; 21 pinctrl-0 = <&ac97link_running>; 22 pinctrl-1 = <&ac97link_running>; [all …]
|
| D | ak4118.txt | 7 - compatible : "asahi-kasei,ak4118" 8 - reg : The I2C address of the device for I2C 9 - reset-gpios: A GPIO specifier for the reset pin 10 - irq-gpios: A GPIO specifier for the IRQ pin 16 #sound-dai-cells = <0>; 17 compatible = "asahi-kasei,ak4118"; 19 reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW> 20 irq-gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
|
| D | ak4458.txt | 7 - compatible : "asahi-kasei,ak4458" or "asahi-kasei,ak4497" 8 - reg : The I2C address of the device for I2C 11 - reset-gpios: A GPIO specifier for the power down & reset pin 12 - mute-gpios: A GPIO specifier for the soft mute pin 18 compatible = "asahi-kasei,ak4458"; 20 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW> 21 mute-gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>
|
| D | everest,es7241.txt | 4 - compatible : "everest,es7241" 5 - VDDP-supply: regulator phandle for the VDDA supply 6 - VDDA-supply: regulator phandle for the VDDP supply 7 - VDDD-supply: regulator phandle for the VDDD supply 10 - reset-gpios: gpio connected to the reset pin 11 - m0-gpios : gpio connected to the m0 pin 12 - m1-gpios : gpio connected to the m1 pin 13 - everest,sdout-pull-down: 21 linein: audio-codec@2 { 22 #sound-dai-cells = <0>; [all …]
|
| D | tas571x.txt | 4 signals that can be wired up to GPIOs: reset (strongly recommended), and 9 - compatible: should be one of the following: 10 - "ti,tas5707" 11 - "ti,tas5711", 12 - "ti,tas5717", 13 - "ti,tas5719", 14 - "ti,tas5721" 15 - reg: The I2C address of the device 16 - #sound-dai-cells: must be equal to 0 20 - reset-gpios: GPIO specifier for the TAS571x's active low reset line [all …]
|
| /Documentation/devicetree/bindings/iio/ |
| D | sensorhub.txt | 7 - compatible: "samsung,sensorhub-rinato" or "samsung,sensorhub-thermostat" 8 - spi-max-frequency: max SPI clock frequency 9 - interrupts: communication interrupt 10 - ap-mcu-gpios: [out] ap to sensorhub line - used during communication 11 - mcu-ap-gpios: [in] sensorhub to ap - used during communication 12 - mcu-reset-gpios: [out] sensorhub reset 17 compatible = "samsung,sensorhub-rinato"; 18 spi-max-frequency = <5000000>; 19 interrupt-parent = <&gpx0>; 21 ap-mcu-gpios = <&gpx0 0 0>; [all …]
|
| /Documentation/devicetree/bindings/display/ |
| D | repaper.txt | 1 Pervasive Displays RePaper branded e-ink displays 4 - compatible: "pervasive,e1144cs021" for 1.44" display 9 - panel-on-gpios: Timing controller power control 10 - discharge-gpios: Discharge control 11 - reset-gpios: RESET pin 12 - busy-gpios: BUSY pin 15 - border-gpios: Border control 18 all mandatory properties described in ../spi/spi-bus.txt must be specified. 21 - pervasive,thermal-zone: name of thermometer's thermal zone 28 #thermal-sensor-cells = <0>; [all …]
|
| D | sitronix,st7586.txt | 4 - compatible: "lego,ev3-lcd". 5 - a0-gpios: The A0 signal (since this binding is for serial mode, this is 7 - reset-gpios: Reset pin 10 all mandatory properties described in ../spi/spi-bus.txt must be specified. 13 - rotation: panel rotation in degrees counter clockwise (0,90,180,270) 17 compatible = "lego,ev3-lcd"; 19 spi-max-frequency = <10000000>; 20 a0-gpios = <&gpio 43 GPIO_ACTIVE_HIGH>; 21 reset-gpios = <&gpio 80 GPIO_ACTIVE_HIGH>;
|
| D | sitronix,st7735r.txt | 7 - compatible: "jianda,jd-t18003-t01", "sitronix,st7735r" 8 - dc-gpios: Display data/command selection (D/CX) 9 - reset-gpios: Reset signal (RSTX) 12 all mandatory properties described in ../spi/spi-bus.txt must be specified. 15 - rotation: panel rotation in degrees counter clockwise (0,90,180,270) 16 - backlight: phandle of the backlight device attached to the panel 21 compatible = "gpio-backlight"; 22 gpios = <&gpio 44 GPIO_ACTIVE_HIGH>; 28 compatible = "jianda,jd-t18003-t01", "sitronix,st7735r"; 30 spi-max-frequency = <32000000>; [all …]
|
| D | ilitek,ili9225.txt | 7 - compatible: "vot,v220hf01a-t", "ilitek,ili9225" 8 - rs-gpios: Register select signal 9 - reset-gpios: Reset pin 12 all mandatory properties described in ../spi/spi-bus.txt must be specified. 15 - rotation: panel rotation in degrees counter clockwise (0,90,180,270) 19 compatible = "vot,v220hf01a-t", "ilitek,ili9225"; 21 spi-max-frequency = <12000000>; 22 rs-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; 23 reset-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
|
| D | ilitek,ili9341.txt | 7 - compatible: "adafruit,yx240qv29", "ilitek,ili9341" 8 - dc-gpios: D/C pin 9 - reset-gpios: Reset pin 12 all mandatory properties described in ../spi/spi-bus.txt must be specified. 15 - rotation: panel rotation in degrees counter clockwise (0,90,180,270) 16 - backlight: phandle of the backlight device attached to the panel 22 spi-max-frequency = <32000000>; 23 dc-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; 24 reset-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
|
| /Documentation/devicetree/bindings/net/ |
| D | fsl-fec.txt | 4 - compatible : Should be "fsl,<soc>-fec" 5 - reg : Address and length of the register set for the device 6 - interrupts : Should contain fec interrupt 7 - phy-mode : See ethernet.txt file in the same directory 10 - phy-supply : regulator that powers the Ethernet PHY. 11 - phy-handle : phandle to the PHY device connected to this device. 12 - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory. 13 Use instead of phy-handle. 14 - fsl,num-tx-queues : The property is valid for enet-avb IP, which supports 17 - fsl,num-rx-queues : The property is valid for enet-avb IP, which supports [all …]
|
| /Documentation/devicetree/bindings/display/bridge/ |
| D | anx7814.txt | 1 Analogix ANX7814 SlimPort (Full-HD Transmitter) 2 ----------------------------------------------- 4 The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter 9 - compatible : "analogix,anx7814" 10 - reg : I2C address of the device 11 - interrupts : Should contain the INTP interrupt 12 - hpd-gpios : Which GPIO to use for hpd 13 - pd-gpios : Which GPIO to use for power down 14 - reset-gpios : Which GPIO to use for reset 18 - dvdd10-supply : Regulator for 1.0V digital core power. [all …]
|
| /Documentation/devicetree/bindings/input/touchscreen/ |
| D | zforce_ts.txt | 4 - compatible: must be "neonode,zforce" 5 - reg: I2C address of the chip 6 - interrupts: interrupt to which the chip is connected 7 - reset-gpios: reset gpio the chip is connected to 8 - x-size: horizontal resolution of touchscreen 9 - y-size: vertical resolution of touchscreen 12 - irq-gpios : interrupt gpio the chip is connected to 13 - vdd-supply: Regulator controlling the controller supply 24 vdd-supply = <®_zforce_vdd>; 26 reset-gpios = <&gpio5 9 0>; /* RST */ [all …]
|
| D | goodix.txt | 5 - compatible : Should be "goodix,gt1151" 15 - reg : I2C address of the chip. Should be 0x5d or 0x14 16 - interrupts : Interrupt to which the chip is connected 20 - irq-gpios : GPIO pin used for IRQ. The driver uses the 21 interrupt gpio pin as output to reset the device. 22 - reset-gpios : GPIO pin used for reset 23 - AVDD28-supply : Analog power supply regulator on AVDD28 pin 24 - VDDIO-supply : GPIO power supply regulator on VDDIO pin 25 - touchscreen-inverted-x 26 - touchscreen-inverted-y [all …]
|
| /Documentation/devicetree/bindings/usb/ |
| D | usb3503.txt | 1 SMSC USB3503 High-Speed Hub Controller 4 - compatible: Should be "smsc,usb3503" or "smsc,usb3503a". 7 - reg: Specifies the i2c slave address, it is required and should be 0x08 9 - connect-gpios: Should specify GPIO for connect. 10 - disabled-ports: Should specify the ports unused. 14 - intn-gpios: Should specify GPIO for interrupt. 15 - reset-gpios: Should specify GPIO for reset. 16 - initial-mode: Should specify initial mode. 18 - refclk: Clock used for driving REFCLK signal (optional, if not provided 22 clock-names in order to assign it [all …]
|
12345678910