Searched +full:test +full:- +full:gpio +full:- +full:basic +full:- +full:api (Results 1 – 25 of 120) sorted by relevance
12345
3 - drivers4 - gpio5 depends_on: gpio11 drivers.gpio.2pin:13 filter: dt_compat_enabled("test-gpio-basic-api") and not dt_compat_enabled("arduino-header-r3")15 drivers.gpio.nrf_sense_edge:17 - nrf52840dk/nrf5284018 - nrf52_bsim19 - nrf5340bsim/nrf5340/cpuapp20 - nrf5340bsim/nrf5340/cpunet[all …]
4 * SPDX-License-Identifier: Apache-2.07 #include <zephyr/dt-bindings/gpio/nxp-s32-gpio.h>11 compatible = "test-gpio-basic-api";12 /* Use LPSPI1 MISO/MOSI pins which are also used for spi_loopback test */13 out-gpios = <&gpioa_h 13 0>;14 in-gpios = <&gpioa_h 14 NXP_S32_GPIO_INT_WKPU>;
5 * SPDX-License-Identifier: Apache-2.010 compatible = "test-gpio-basic-api";13 * Connect the JP71 pin 11 and 13 to test the GPIO loopback15 in-gpios = <MCHP_GPIO_DECODE_156 0>; /* GPIO_156, JP71 Pin 11 */16 out-gpios = <MCHP_GPIO_DECODE_157 0>; /* GPIO_157, JP71 Pin 13 */
4 * SPDX-License-Identifier: Apache-2.09 compatible = "test-gpio-basic-api";10 out-gpios = <&gpio 0 0>;11 in-gpios = <&gpio 1 0>;
4 * SPDX-License-Identifier: Apache-2.09 compatible = "test-gpio-basic-api";10 out-gpios = <&gpio0 0 0>; /* GPIO-A */11 in-gpios = <&gpio0 1 0>; /* GPIO-B */
4 * SPDX-License-Identifier: Apache-2.09 compatible = "test-gpio-basic-api";10 out-gpios = <&gpioc 5 0>; /* GPIO header 2 */11 in-gpios = <&gpioc 6 0>; /* GPIO header 3 */
4 * SPDX-License-Identifier: Apache-2.07 /* Connect DIO21 to DIO22 to run this test */11 compatible = "test-gpio-basic-api";12 out-gpios = <&gpio0 22 0>;13 in-gpios = <&gpio0 21 0>;
4 * SPDX-License-Identifier: Apache-2.07 /* Connect P07 to P08 to run this test */11 compatible = "test-gpio-basic-api";12 out-gpios = <&gpioa2 1 0>;13 in-gpios = <&gpioa2 0 0>;
4 * SPDX-License-Identifier: Apache-2.09 compatible = "test-gpio-basic-api";10 out-gpios = <&gpio 2 0>; /* Header J8 - pin 6 */11 in-gpios = <&gpio 0 0>; /* Header J8 - pin 10 */
4 * SPDX-License-Identifier: Apache-2.09 compatible = "test-gpio-basic-api";10 /* Use LPSPI1 MISO/MOSI pins which are also used for spi_loopback test */11 out-gpios = <&gpioa_h 13 0>;12 in-gpios = <&gpioa_h 14 0>;19 input-enable;
3 * SPDX-License-Identifier: Apache-2.08 compatible = "test-gpio-basic-api";9 out-gpios = <&gpio8 2 GPIO_ACTIVE_HIGH>;10 in-gpios = <&gpio8 3 GPIO_ACTIVE_HIGH>;14 &gpio{
4 * SPDX-License-Identifier: Apache-2.09 compatible = "test-gpio-basic-api";10 out-gpios = <&gpio0 16 0>;11 in-gpios = <&gpio0 17 0>;18 * GPIO pins 34-39 are not suitable for this test because:19 * 1. input-only20 * 2. No internal pull-up/pull-down circuitry.
8 aw9523_gpio: gpio {9 compatible = "awinic,aw9523b-gpio";10 gpio-controller;11 #gpio-cells = <2>;12 int-gpios = <&arduino_header 18 (GPIO_ACTIVE_LOW|GPIO_PULL_UP)>;13 reset-gpios = <&arduino_header 19 (GPIO_ACTIVE_LOW|GPIO_PULL_UP)>;20 compatible = "test-gpio-basic-api";22 out-gpios = <&aw9523_gpio 8 0>;23 in-gpios = <&aw9523_gpio 9 0>;
4 * SPDX-License-Identifier: Apache-2.08 compatible = "test-gpio-basic-api";10 out-gpios = <&gpio_4_e 13 0>;11 in-gpios = <&gpio_4_e 12 0>;
4 * SPDX-License-Identifier: Apache-2.08 compatible = "test-gpio-basic-api";10 out-gpios = <&gpio_0_i 16 0>;11 in-gpios = <&gpio_0_i 17 0>;
4 * SPDX-License-Identifier: Apache-2.09 compatible = "test-gpio-basic-api";10 out-gpios = <&gpioc 6 0>;11 in-gpios = <&gpioc 7 0>;
4 * SPDX-License-Identifier: Apache-2.09 compatible = "test-gpio-basic-api";10 out-gpios = <&gpio2 13 0>;11 in-gpios = <&gpio2 14 0>;
4 * SPDX-License-Identifier: Apache-2.09 compatible = "test-gpio-basic-api";10 out-gpios = <&gpio0 19 0>;11 in-gpios = <&gpio0 21 0>;
4 * SPDX-License-Identifier: Apache-2.09 compatible = "test-gpio-basic-api";10 out-gpios = <&gpio2 6 0>;11 in-gpios = <&gpio2 7 0>;
4 * SPDX-License-Identifier: Apache-2.09 compatible = "test-gpio-basic-api";10 out-gpios = <&gpio0 8 0>;11 in-gpios = <&gpio0 9 0>;
4 * SPDX-License-Identifier: Apache-2.09 compatible = "test-gpio-basic-api";10 out-gpios = <&gpio1 1 0>;11 in-gpios = <&gpio1 2 0>;
4 # SPDX-License-Identifier: Apache-2.09 tests/drivers/gpio/gpio_basic_api test in Zephyr.11 compatible: "test-gpio-basic-api"14 out-gpios:15 type: phandle-array18 Identity of a GPIO that will be configured as an output. This19 must be on the same device as in-gpios, and physically20 connected to in-gpios.22 in-gpios:23 type: phandle-array[all …]