Home
last modified time | relevance | path

Searched +full:pull +full:- +full:up (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/Zephyr-latest/boards/microchip/mec1501modular_assy6885/
Dmec1501modular_assy6885-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <microchip/mec152x/mec152xhsz-pinctrl.dtsi>
13 drive-open-drain;
17 drive-open-drain;
21 drive-open-drain;
25 drive-open-drain;
29 bias-pull-up;
33 bias-pull-up;
37 bias-pull-up;
[all …]
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/
Dmec15xxevb_assy6853-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include <microchip/mec152x/mec152xhsz-pinctrl.dtsi>
13 drive-open-drain;
17 drive-open-drain;
21 drive-open-drain;
25 drive-open-drain;
29 bias-pull-up;
33 bias-pull-up;
37 bias-pull-up;
[all …]
/Zephyr-latest/boards/toradex/colibri_imx7d/
Dcolibri_imx7d-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <nxp/nxp_imx/mimx7d-pinctrl.dtsi>
14 bias-pull-up;
15 bias-pull-up-value = "100k";
16 input-schmitt-enable;
17 slew-rate = "slow";
18 drive-strength = "x1";
26 bias-pull-up;
27 bias-pull-up-value = "100k";
28 input-schmitt-enable;
[all …]
/Zephyr-latest/boards/technexion/pico_pi/
Dpico_pi-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
9 #include <nxp/nxp_imx/mimx7d-pinctrl.dtsi>
16 bias-pull-up;
17 bias-pull-up-value = "100k";
18 input-schmitt-enable;
19 slew-rate = "slow";
20 drive-strength = "x1";
28 bias-pull-up;
29 bias-pull-up-value = "100k";
30 input-schmitt-enable;
[all …]
/Zephyr-latest/boards/element14/warp7/
Dwarp7-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
9 #include <nxp/nxp_imx/mimx7d-pinctrl.dtsi>
16 bias-pull-up;
17 bias-pull-up-value = "100k";
18 input-schmitt-enable;
19 slew-rate = "slow";
20 drive-strength = "x1";
28 bias-pull-up;
29 bias-pull-up-value = "100k";
30 input-schmitt-enable;
[all …]
/Zephyr-latest/boards/nxp/mimxrt1024_evk/
Dmimxrt1024_evk-pinctrl.dtsi3 * SPDX-License-Identifier: Apache-2.0
9 #include <nxp/nxp_imx/rt/mimxrt1024dag5a-pinctrl.dtsi>
17 drive-strength = "r0-6";
18 slew-rate = "slow";
19 nxp,speed = "100-mhz";
26 bias-disable;
27 drive-strength = "r0-6";
28 slew-rate = "fast";
29 nxp,speed = "50-mhz";
30 input-enable;
[all …]
/Zephyr-latest/boards/nxp/mimxrt1020_evk/
Dmimxrt1020_evk-pinctrl.dtsi3 * SPDX-License-Identifier: Apache-2.0
9 #include <nxp/nxp_imx/rt/mimxrt1021dag5a-pinctrl.dtsi>
17 drive-strength = "r0-6";
18 slew-rate = "slow";
19 nxp,speed = "100-mhz";
27 bias-disable;
28 drive-strength = "r0-6";
29 slew-rate = "fast";
30 nxp,speed = "50-mhz";
31 input-enable;
[all …]
/Zephyr-latest/dts/bindings/test/
Dvnd,pinctrl-test.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "vnd,pinctrl-test"
11 child-binding:
16 child-binding:
27 /* both pins 0 and 1 have pull-up enabled */
28 bias-pull-up;
35 /* pin M has pull-down enabled */
36 bias-pull-down;
42 - bias-pull-up: Enable pull-up resistor.
43 - bias-pull-down: Enable pull-down resistor.
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dene,kb1200-pinctrl.yaml1 # SPDX-License-Identifier: Apache-2.0
9 - bias-disable: Disable pull-up/down resistor.
10 - bias-pull-up: Enable pull-up resistor.
11 - bias-pull-down: Enable pull-down resistor.
12 - drive-push-pull: Output driver is push-pull.
13 - drive-open-drain: Output driver is open-drain.
14 - output-disable: Disable GPIO output driver data
15 - output-enable: Ensable GPIO output driver data
16 - output-high: GPIO output data high
17 - output-low: GPIO output data low
[all …]
Dti,cc32xx-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
7 use this node to route UART0 RX to pin 55 and enable the pull-up resistor
20 /* You can put this in places like a board-pinctrl.dtsi file in
24 /* include pre-defined combinations for the SoC variant used by the board */
25 #include <dt-bindings/pinctrl/gd32f450i(g-i-k)xx-pinctrl.h>
39 /* both pin 57 and 62 have pull-up enabled */
40 bias-pull-up;
53 pins, such as the 'bias-pull-up' property in group 2. Here is a list of
56 - drive-push-pull: Push-pull drive mode (default, not required).
57 - drive-open-drain: Open-drain drive mode.
[all …]
Dnxp,imx7d-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
14 bias-pull-up: PE=1, PS=<bias-pull-up-value index>
15 bias-pull-down: PE=1, PS=0
16 input-schmitt-enable: HYS=1
17 slew-rate: SRE=<enum idx>
18 drive-strength: DSE=<enum idx>
19 input-enable: SION=1 (in SW_PAD_CTL_MUX register)
26 SRE=<slew-rate>,
27 DSE=<drive-strength>,
34 compatible: "nxp,imx7d-pinctrl"
[all …]
Dnxp,mcux-rt-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
15 drive-strength = "r0-6";
16 slew-rate = "slow";
17 nxp,speed = "100-mhz";
21 Both pins will be configured with a weak latch, drive strength of "r0-6",
26 input-schmitt-enable: HYS=1
27 drive-open-drain: ODE=1
28 input-enable: SION=1 (in SW_MUX_CTL_PAD register)
29 bias-pull-down: PUE=1, PUS=<bias-pull-down-value>
30 bias-pull-up: PUE=1, PUS=<bias-pull-up-value>
[all …]
Dnuvoton,npcx-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
10 - bias-pull-down: Enable pull-down resistor.
11 - bias-pull-up: Enable pull-up resistor.
12 - drive-open-drain: Output driver is open-drain.
15 - pinmux-locked: Lock pinmux configuration for peripheral device
16 - pinmux-gpio: Inverse pinmux back to gpio
17 - psl-in-mode: Select the assertion detection mode of PSL input
18 - psl-in-pol: Select the assertion detection polarity of PSL input
23 #include <nuvoton/npcx/npcx7/npcx7-pinctrl.dtsi>
26 internal 3.3V pull-up if its i2c frequency won't exceed 400kHz.
[all …]
Dgd,gd32-pinctrl-af.yaml2 # SPDX-License-Identifier: Apache-2.0
7 use this node to route USART0 RX to pin PA10 and enable the pull-up resistor
20 /* You can put this in places like a board-pinctrl.dtsi file in
24 /* include pre-defined combinations for the SoC variant used by the board */
25 #include <dt-bindings/pinctrl/gd32f450i(g-i-k)xx-pinctrl.h>
39 /* both PA10 and PA12 have pull-up enabled */
40 bias-pull-up;
56 is used for low power states because it disconnects the pin pull-up/down
64 pins, such as the 'bias-pull-up' property in group 2. Here is a list of
67 - drive-push-pull: Push-pull drive mode (default, not required).
[all …]
Datmel,sam-pinctrl.yaml3 # Copyright (c) 2021-2022, Gerson Fernando Budke <nandojve@gmail.com>
4 # SPDX-License-Identifier: Apache-2.0
11 to route USART0 RX to pin PA10 and enable the pull-up resistor on the pin.
23 /** You can put this in places like a <board>-pinctrl.dtsi file in
27 /** include pre-defined combinations for the SoC variant used by the board */
28 #include <dt-bindings/pinctrl/sam4sXc-pinctrl.h>
42 /* both PA5 and PA7 have pull-up enabled */
43 bias-pull-up;
57 pins, such as the 'bias-pull-up' property in group 2. Here is a list of
60 - bias-pull-up: Enable pull-up resistor.
[all …]
/Zephyr-latest/dts/riscv/ite/
Dit8xxx2-pinctrl-map.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/it8xxx2-pinctrl.h>
115 bias-pull-up;
119 bias-pull-up;
123 bias-pull-up;
127 bias-pull-up;
131 bias-pull-up;
135 bias-pull-up;
139 bias-pull-up;
143 bias-pull-up;
[all …]
/Zephyr-latest/dts/arm/ene/
Dkb1200-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/pinctrl/ene-kb1200-pinctrl.h>
8 #include <zephyr/dt-bindings/gpio/gpio.h>
11 /omit-if-no-ref/ uart0_tx_gpio03: uart0_tx_gpio03 {
13 output-enable;
15 /omit-if-no-ref/ uart0_rx_gpio01: uart0_rx_gpio01 {
18 /omit-if-no-ref/ uart1_tx_gpio36: uart1_tx_gpio36 {
20 output-enable;
22 /omit-if-no-ref/ uart1_rx_gpio28: uart1_rx_gpio28 {
25 /omit-if-no-ref/ uart2_tx_gpio04: uart2_tx_gpio04 {
[all …]
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk-pinctrl.dtsi3 * SPDX-License-Identifier: Apache-2.0
9 #include <nxp/nxp_imx/rt/mimxrt1062dvl6a-pinctrl.dtsi>
17 bias-disable;
18 drive-strength = "r0-6";
19 slew-rate = "slow";
20 nxp,speed = "100-mhz";
28 drive-strength = "r0-6";
29 bias-pull-down;
30 bias-pull-down-value = "100k";
31 slew-rate = "slow";
[all …]
/Zephyr-latest/boards/pjrc/teensy4/
Dteensy4-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
10 #include <nxp/nxp_imx/rt/mimxrt1062dvl6a-pinctrl.dtsi>
17 bias-disable;
18 drive-strength = "r0-6";
19 slew-rate = "slow";
20 nxp,speed = "100-mhz";
21 input-enable;
31 drive-strength = "r0-5";
32 bias-pull-up;
33 bias-pull-up-value = "100k";
[all …]
/Zephyr-latest/boards/madmachine/mm_feather/
Dmm_feather-pinctrl.dtsi3 * SPDX-License-Identifier: Apache-2.0
9 #include <nxp/nxp_imx/rt/mimxrt1062dvl6a-pinctrl.dtsi>
16 drive-strength = "r0-6";
17 drive-open-drain;
18 slew-rate = "slow";
19 nxp,speed = "100-mhz";
20 input-enable;
28 drive-strength = "r0-6";
29 drive-open-drain;
30 slew-rate = "slow";
[all …]
/Zephyr-latest/boards/nxp/mimxrt1064_evk/
Dmimxrt1064_evk-pinctrl.dtsi3 * SPDX-License-Identifier: Apache-2.0
9 #include <nxp/nxp_imx/rt/mimxrt1064dvl6a-pinctrl.dtsi>
17 bias-disable;
18 drive-strength = "r0-6";
19 slew-rate = "slow";
20 nxp,speed = "100-mhz";
28 drive-strength = "r0-6";
29 bias-pull-down;
30 bias-pull-down-value = "100k";
31 slew-rate = "slow";
[all …]
/Zephyr-latest/boards/madmachine/mm_swiftio/
Dmm_swiftio-pinctrl.dtsi3 * SPDX-License-Identifier: Apache-2.0
9 #include <nxp/nxp_imx/rt/mimxrt1052dvl6b-pinctrl.dtsi>
26 drive-strength = "r0-6";
27 slew-rate = "slow";
28 nxp,speed = "100-mhz";
36 drive-strength = "r0-6";
37 drive-open-drain;
38 slew-rate = "slow";
39 nxp,speed = "100-mhz";
40 input-enable;
[all …]
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/
Dmimxrt1062_fmurt6-pinctrl.dtsi2 * SPDX-License-Identifier: Apache-2.0
7 #include <nxp/nxp_imx/rt/mimxrt1062dvl6a-pinctrl.dtsi>
16 bias-disable;
17 drive-strength = "r0-6";
18 slew-rate = "slow";
19 nxp,speed = "100-mhz";
26 drive-strength = "r0-6";
27 slew-rate = "fast";
28 nxp,speed = "50-mhz";
29 bias-pull-down-value = "100k";
[all …]
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk-pinctrl.dtsi3 * SPDX-License-Identifier: Apache-2.0
9 #include <nxp/nxp_imx/rt/mimxrt1052dvl6b-pinctrl.dtsi>
17 bias-disable;
18 drive-strength = "r0-6";
19 slew-rate = "slow";
20 nxp,speed = "100-mhz";
28 drive-strength = "r0-6";
29 bias-pull-down;
30 bias-pull-down-value = "100k";
31 slew-rate = "slow";
[all …]
/Zephyr-latest/boards/nxp/mimxrt1160_evk/
Dmimxrt1160_evk-pinctrl.dtsi3 * SPDX-License-Identifier: Apache-2.0
9 #include <nxp/nxp_imx/rt/mimxrt1166dvm6a-pinctrl.dtsi>
16 drive-strength = "high";
17 bias-pull-down;
18 slew-rate = "fast";
22 drive-strength = "high";
23 bias-pull-up;
24 slew-rate = "fast";
29 drive-strength = "high";
30 slew-rate = "fast";
[all …]

12345678910>>...27