Searched +full:irq +full:- +full:gpios (Results 1 – 25 of 221) sorted by relevance
123456789
/Zephyr-latest/boards/shields/x_nucleo_iks01a3/boards/x_nucleo_iks01a3/ |
D | stm32mp157c_dk2.overlay | 4 * SPDX-License-Identifier: Apache-2.0 14 /delete-property/ irq-gpios; /* A3 */ 18 /delete-property/ irq-gpios; /* A3 */ 22 /delete-property/ irq-gpios; /* A3 */
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a3/ |
D | x_nucleo_iks01a3.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/gpio/gpio.h> 27 drdy-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>; /* D6 */ 33 drdy-gpios = <&arduino_header 4 GPIO_ACTIVE_LOW>; /* A4 */ 39 irq-gpios = <&arduino_header 2 GPIO_ACTIVE_HIGH>; /* A2 */ 45 irq-gpios = <&arduino_header 3 GPIO_ACTIVE_HIGH>; /* A3 */ 51 irq-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>; /* D5 */ 52 int-pin = <2>;
|
D | x_nucleo_iks01a3_shub.overlay | 4 * SPDX-License-Identifier: Apache-2.0 19 irq-gpios = <&arduino_header 3 GPIO_ACTIVE_HIGH>; /* A3 */ 25 irq-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>; /* D5 */ 26 int-pin = <2>;
|
/Zephyr-latest/dts/bindings/sound/ |
D | cirrus,cs47l63.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Cirrus Logic CS47L63 Low-Power Audio DSP 8 include: spi-device.yaml 14 irq-gpios: 15 type: phandle-array 17 Interrupt request (IRQ) output. 19 reset-gpios: 20 type: phandle-array 24 gpio1-gpios: 25 type: phandle-array [all …]
|
/Zephyr-latest/dts/bindings/bluetooth/ |
D | zephyr,bt-hci-spi-slave.yaml | 2 # SPDX-License-Identifier: Apache-2.0 11 bt-hci@0 { 12 compatible = "zephyr,bt-hci-spi-slave"; 14 irq-gpios = <&gpio1 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; 18 The bt-hci@0 node configures an HCI SPI slave on SPI slave 21 The host interrupt GPIO is set to gpio1 pin 2 via irq-gpios. The 25 compatible: "zephyr,bt-hci-spi-slave" 29 on-bus: spi 32 irq-gpios: 33 type: phandle-array
|
D | ambiq,bt-hci-spi.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 compatible: "ambiq,bt-hci-spi" 10 include: [spi-device.yaml, bt-hci.yaml] 17 irq-gpios: 18 type: phandle-array 20 This irq gpio is used to indicate there is packet ready to send to host 23 reset-gpios: 24 type: phandle-array 28 clkreq-gpios: 29 type: phandle-array [all …]
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a2/ |
D | x_nucleo_iks01a2.overlay | 5 * SPDX-License-Identifier: Apache-2.0 23 lps22hb_press_x_nucleo_iks01a2: lps22hb-press@5d { 24 compatible = "st,lps22hb-press"; 31 irq-gpios = <&arduino_header 10 GPIO_ACTIVE_HIGH>; /* D4 */ 34 lsm303agr_magn_1e_x_nucleo_iks01a2: lsm303agr-magn@1e { 35 compatible = "st,lis2mdl","st,lsm303agr-magn"; 37 irq-gpios = <&arduino_header 3 GPIO_ACTIVE_HIGH>; /* A3 */ 40 lsm303agr_accel_19_x_nucleo_iks01a2: lsm303agr-accel@19 { 41 compatible = "st,lis2dh", "st,lsm303agr-accel"; 43 irq-gpios = <&arduino_header 3 GPIO_ACTIVE_HIGH>; /* A3 */
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | spi.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 16 spi-max-frequency = <0>; 17 int1-gpios = <&test_gpio 0 0>; 23 spi-max-frequency = <0>; 24 int1-gpios = <&test_gpio 0 0>; 30 spi-max-frequency = <0>; 36 spi-max-frequency = <0>; 37 int-gpios = <&test_gpio 0 0>; 43 spi-max-frequency = <0>; 49 spi-max-frequency = <0>; [all …]
|
D | i2c.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 9 #include <zephyr/dt-bindings/sensor/lsm6dsv16x.h> 10 #include <zephyr/dt-bindings/sensor/lsm6dso.h> 11 #include <zephyr/dt-bindings/sensor/lsm6dso16is.h> 12 #include <zephyr/dt-bindings/sensor/lps22hh.h> 13 #include <zephyr/dt-bindings/sensor/lps2xdf.h> 14 #include <zephyr/dt-bindings/sensor/lis2ds12.h> 15 #include <zephyr/dt-bindings/sensor/lis2dw12.h> 16 #include <zephyr/dt-bindings/sensor/ism330dhcx.h> 17 #include <zephyr/dt-bindings/sensor/iis2dlpc.h> [all …]
|
/Zephyr-latest/tests/drivers/build_all/usb/ |
D | i2c_devices.overlay | 3 * SPDX-License-Identifier: Apache-2.0 8 #address-cells = <1>; 9 #size-cells = <1>; 13 gpio-controller; 15 #gpio-cells = <0x2>; 20 #address-cells = <1>; 21 #size-cells = <0>; 25 clock-frequency = <100000>; 30 charging-mode = "BC12_TYPE_NONE"; 31 intb-gpios = <&test_gpio 0 0>; [all …]
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a3/boards/x_nucleo_iks01a3_shub/ |
D | stm32mp157c_dk2.overlay | 4 * SPDX-License-Identifier: Apache-2.0 14 /delete-property/ irq-gpios; /* A3 */ 18 /delete-property/ irq-gpios; /* A3 */
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a2/boards/ |
D | stm32mp157c_dk2.overlay | 4 * SPDX-License-Identifier: Apache-2.0 13 lsm303agr_magn_1e_x_nucleo_iks01a2: lsm303agr-magn@1e { 14 /delete-property/ irq-gpios; /* A3 */ 17 lsm303agr_accel_19_x_nucleo_iks01a2: lsm303agr-accel@19 { 18 /delete-property/ irq-gpios; /* A3 */
|
/Zephyr-latest/dts/bindings/wifi/ |
D | infineon,airoc-wifi-spi.yaml | 2 AIROC Wi-Fi Connectivity over SPI. 4 compatible: "infineon,airoc-wifi" 6 include: [spi-device.yaml, "infineon,airoc-wifi.yaml"] 9 wifi-host-wake-gpios: 12 bus-select-gpios: 16 wifi-reg-on-gpios goes high to select SPI bus mode. 17 type: phandle-array 19 spi-half-duplex: 21 Use half-duplex communication; if not present, full- 25 spi-word-size: [all …]
|
D | atmel,winc1500.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: spi-device.yaml 11 irq-gpios: 12 type: phandle-array 15 reset-gpios: 16 type: phandle-array 19 enable-gpios: 20 type: phandle-array
|
D | nordic,nrf70.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 iovdd-ctrl-gpios: 6 type: phandle-array 10 bucken-gpios: 11 type: phandle-array 15 host-irq-gpios: 16 type: phandle-array 20 srrf-switch-gpios: 21 type: phandle-array 24 or shared Antenna with Wi-Fi
|
/Zephyr-latest/dts/bindings/gpio/ |
D | richtek,rt1718s.yaml | 2 # SPDX-License-Identifier: Apache-2.0 9 address. Feature-specific(GPIO, TCPC) properties should be placed in a child 10 node e.g. a number of GPIOs. 17 irq-gpios = <&gpioe 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; 20 compatible = "richtek,rt1718s-gpio-port"; 22 gpio-controller; 23 #gpio-cells = <2>; 31 include: [i2c-device.yaml] 34 irq-gpios: 35 type: phandle-array
|
D | nuvoton,nct38xx-gpio-alert.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 Nuvoton NCT38XX series I2C-based GPIO expander alert handler. 9 compatible = "nuvoton,nct38xx-gpio-alert"; 10 irq-gpios = <&gpiod 4 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; 11 nct38xx-dev = <&nct3808_0_P1 &nct3808_0_P2>; 14 compatible: "nuvoton,nct38xx-gpio-alert" 19 irq-gpios: 20 type: phandle-array 24 nct38xx-dev: 28 List of NCT38XX multi-function devices managed by this alert handler.
|
/Zephyr-latest/boards/shields/x_nucleo_iks4a1/ |
D | x_nucleo_iks4a1.overlay | 4 * SPDX-License-Identifier: Apache-2.0 21 accel-odr = <0x1b>; 22 gyro-odr = <0x11>; 23 irq-gpios = <&arduino_header 5 GPIO_ACTIVE_HIGH>; /* A5 (PC0) */ 24 drdy-pin = <1>; 30 accel-odr = <0x02>; 31 gyro-odr = <0x02>; 32 int2-gpios = <&arduino_header 10 GPIO_ACTIVE_HIGH>; /* D4 (PB5) */ 33 drdy-pin = <2>; 34 drdy-pulsed; [all …]
|
/Zephyr-latest/dts/bindings/input/ |
D | hynitron,cst816s.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 include: i2c-device.yaml 11 irq-gpios: 12 type: phandle-array 14 The irq signal defaults to active low as produced by the 18 rst-gpios: 19 type: phandle-array
|
/Zephyr-latest/dts/bindings/led/ |
D | holtek,ht16k33.yaml | 5 include: i2c-device.yaml 10 irq-gpios: 11 type: phandle-array 12 description: IRQ pin
|
/Zephyr-latest/drivers/sensor/tdk/mpu9250/ |
D | Kconfig | 1 # MPU9250 Nine-Axis Motion Tracking device configuration options 4 # SPDX-License-Identifier: Apache-2.0 7 bool "MPU9250 Nine-Axis Motion Tracking Device" 12 Enable driver for MPU9250 I2C-based nine-axis motion tracking device. 28 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_INVENSENSE_MPU9250),irq-gpios) 34 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_INVENSENSE_MPU9250),irq-gpios)
|
/Zephyr-latest/boards/nordic/nrf7002dk/ |
D | nrf70_common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 iovdd-ctrl-gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>; 8 bucken-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; 9 host-irq-gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>; 10 srrf-switch-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; 12 wifi-max-tx-pwr-2g-dsss = <21>; 13 wifi-max-tx-pwr-2g-mcs0 = <16>; 14 wifi-max-tx-pwr-2g-mcs7 = <16>;
|
/Zephyr-latest/boards/st/sensortile_box/ |
D | sensortile_box.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/l4/stm32l4r9z(g-i)tx-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 compatible = "st,sensortile-box"; 18 zephyr,shell-uart = &usart1; 21 zephyr,bt-c2h-uart = &usart1; 22 zephyr,bt-hci = &spbtle_1s_sensortile_box; 26 compatible = "gpio-leds"; 28 gpios = <&gpiob 15 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/boards/shields/adafruit_winc1500/ |
D | adafruit_winc1500.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 cs-gpios = <&arduino_header 16 0>; /* D10 */ 15 spi-max-frequency = <4000000>; 16 irq-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>; /* D7 */ 17 reset-gpios = <&arduino_header 11 GPIO_ACTIVE_LOW>; /* D5 */ 18 enable-gpios = <&arduino_header 12 0>; /* D6 */
|
/Zephyr-latest/drivers/sensor/st/lis2mdl/ |
D | Kconfig | 1 # Copyright (c) 2018-2019 STMicroelectronics 2 # SPDX-License-Identifier: Apache-2.0 14 Enable driver for LIS2MDL I2C-based magnetometer sensor. 30 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_LIS2MDL),irq-gpios) 36 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_ST_LIS2MDL),irq-gpios)
|
123456789