Based on kernel version 6.11
. Page generated on 2024-09-24 08:21 EST
.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/gpio/gpio-delay.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: GPIO delay controller
maintainers:
- Alexander Stein <linux@ew.tq-group.com>
description: |
This binding describes an electrical setup where setting an GPIO output
is delayed by some external setup, e.g. RC circuit.
+----------+ +-----------+
| | VCC_B | |
| | | | |
| | VCC_A _ | |
| GPIO | | | R | Consumer |
|controller| ___ |_| | |
| | | | | | |
| [IOx|-------| |--+-----|-----+ |
| | |___| | | input |
| | | | |
+----------+ --- C +-----------+
---
|
-
GND
If the input on the consumer is controlled by an open-drain signal
attached to an RC circuit the ramp-up delay is not under control
of the GPIO controller.
properties:
compatible:
const: gpio-delay
"#gpio-cells":
description: |
Specifies the pin, ramp-up and ramp-down delays. The
delays are specified in microseconds.
const: 3
gpios:
description: Array of GPIOs which output signal change is delayed
minItems: 1
maxItems: 32
gpio-controller: true
gpio-line-names:
minItems: 1
maxItems: 32
required:
- compatible
- "#gpio-cells"
- gpio-controller
- gpios
additionalProperties: false
examples:
- |
#include <dt-bindings/gpio/gpio.h>
enable_delay: enable-delay {
compatible = "gpio-delay";
#gpio-cells = <3>;
gpio-controller;
gpios = <&gpio0 3 GPIO_ACTIVE_LOW>,
<&gpio3 1 GPIO_ACTIVE_HIGH>;
};
consumer {
enable-gpios = <&enable_delay 0 130000 30000>;
};
|
- << [ bindings ]
- 8xxx_gpio.txt
- abilis,tb10x-gpio.txt
- adi,ds4520-gpio.yaml
- airoha,en7523-gpio.yaml
- aspeed,ast2400-gpio.yaml
- aspeed,sgpio.yaml
- atmel,at91rm9200-gpio.yaml
- brcm,bcm63xx-gpio.yaml
- brcm,brcmstb-gpio.yaml
- brcm,kona-gpio.yaml
- brcm,xgs-iproc-gpio.yaml
- cavium-octeon-gpio.txt
- cdns,gpio.txt
- cirrus,clps711x-mctrl-gpio.txt
- delta,tn48m-gpio.yaml
- fairchild,74hc595.yaml
- faraday,ftgpio010.yaml
- fcs,fxl6408.yaml
- fsl,imx8qxp-sc-gpio.yaml
- fsl,qoriq-gpio.yaml
- fsl-imx-gpio.yaml
- fujitsu,mb86s70-gpio.yaml
- gateworks,pld-gpio.txt
- gpio-74xx-mmio.txt
- gpio-adnp.txt
- gpio-altera.txt
- gpio-ath79.txt
- gpio-clps711x.txt
- gpio-consumer-common.yaml
- gpio-davinci.yaml
- gpio-delay.yaml
- gpio-dsp-keystone.txt
- gpio-ep9301.yaml
- gpio-exar.txt
- gpio-grgpio.txt
- gpio-latch.yaml
- gpio-lp3943.txt
- gpio-max3191x.txt
- gpio-max77620.txt
- gpio-mm-lantiq.txt
- gpio-mmio.yaml
- gpio-moxtet.txt
- gpio-mvebu.yaml
- gpio-mxs.yaml
- gpio-palmas.txt
- gpio-pca9570.yaml
- gpio-pca95xx.yaml
- gpio-pisosr.txt
- gpio-rda.yaml
- gpio-stp-xway.yaml
- gpio-thunderx.txt
- gpio-tpic2810.yaml
- gpio-ts4800.txt
- gpio-ts4900.txt
- gpio-twl4030.txt
- gpio-vf610.yaml
- gpio-virtio.yaml
- gpio-xgene-sb.txt
- gpio-xgene.txt
- gpio-xra1403.txt
- gpio-zynq.yaml
- gpio.txt
- gpio_lpc32xx.txt
- hisilicon,ascend910-gpio.yaml
- ibm,ppc4xx-gpio.txt
- idt,32434-gpio.yaml
- intel,ixp4xx-gpio.yaml
- kontron,sl28cpld-gpio.yaml
- loongson,ls-gpio.yaml
- loongson,ls1x-gpio.yaml
- lsi,zevio-gpio.yaml
- mediatek,mt7621-gpio.yaml
- microchip,mpfs-gpio.yaml
- microchip,pic32-gpio.txt
- mrvl-gpio.yaml
- mstar,msc313-gpio.yaml
- netxbig-gpio-ext.txt
- nintendo,hollywood-gpio.txt
- nuvoton,sgpio.yaml
- nvidia,tegra186-gpio.yaml
- nvidia,tegra20-gpio.yaml
- nxp,lpc1850-gpio.txt
- nxp,pcf8575.yaml
- pl061-gpio.yaml
- qcom,wcd934x-gpio.yaml
- realtek,otto-gpio.yaml
- realtek,rtd-gpio.yaml
- renesas,em-gio.yaml
- renesas,rcar-gpio.yaml
- rockchip,gpio-bank.yaml
- rockchip,rk3328-grf-gpio.yaml
- sifive,gpio.yaml
- snps,creg-gpio.txt
- snps,dw-apb-gpio.yaml
- socionext,uniphier-gpio.yaml
- sodaville.txt
- spear_spics.txt
- sprd,gpio-eic.yaml
- sprd,gpio.yaml
- st,nomadik-gpio.yaml
- st,stmpe-gpio.yaml
- ti,omap-gpio.yaml
- toshiba,gpio-visconti.yaml
- x-powers,axp209-gpio.yaml
- xlnx,gpio-xilinx.yaml
- xlnx,zynqmp-gpio-modepin.yaml
- xylon,logicvc-gpio.yaml
-