Home
last modified time | relevance | path

Searched +full:intb +full:- +full:gpios (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/dts/bindings/usb/
Ddiodes,pi3usb9201.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: Diodes PI3USB9201, Dual-Role USB Charging-Type Detector
8 include: [i2c-device.yaml, usb-bc12.yaml]
11 intb-gpios:
12 type: phandle-array
15 GPIO input connected to the active low interrupt INTB pin on the PI3USB9201.
/Zephyr-latest/drivers/sensor/ti/fdc2x1x/
DKconfig1 # FDC2X1X Capacitance-to-Digital Converter configuration options
4 # SPDX-License-Identifier: Apache-2.0
7 bool "FDC2X1X Capacitance-to-Digital Converter"
13 Enable driver for FDC2X1X Capacitance-to-Digital Converter.
29 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_TI_FDC2X1X),intb-gpios)
35 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_TI_FDC2X1X),intb-gpios)
/Zephyr-latest/dts/bindings/watchdog/
Dnxp,fs26-wdog.yaml2 # SPDX-License-Identifier: Apache-2.0
15 The FS26 uses a 32-bit SPI interface. The MCU is the primary driving MOSI and
24 compatible = "nxp,fs26-wdog";
26 spi-max-frequency = <DT_FREQ_M(5)>;
28 int-gpios = <&gpioa_h 3 GPIO_ACTIVE_LOW>;
33 When an FS26 internal interrupt occurs, the INTB pin generates a pulse to
37 indicated through int-gpios property. It is also required to configure the
40 compatible: "nxp,fs26-wdog"
42 include: spi-device.yaml
49 - simple
[all …]
/Zephyr-latest/tests/drivers/usb/bc12/boards/
Dnative_sim.overlay2 * SPDX-License-Identifier: Apache-2.0
15 intb-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
16 charging-mode = "BC12_TYPE_CDP";
/Zephyr-latest/samples/sensor/fdc2x1x/boards/
Dnrf9160dk_nrf9160.overlay4 * SPDX-License-Identifier: Apache-2.0
8 clock-frequency = <I2C_BITRATE_FAST>;
12 sd-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
13 intb-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;
22 fref-divider = <1>;
24 fin-sel = <2>;
31 fref-divider = <1>;
33 fin-sel = <2>;
/Zephyr-latest/tests/drivers/build_all/usb/
Di2c_devices.overlay3 * 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/dts/bindings/sensor/
Dti,fdc2x1x.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: [sensor-device.yaml, i2c-device.yaml]
11 sd-gpios:
12 type: phandle-array
18 intb-gpios:
19 type: phandle-array
21 The INTB pin defaults to active low when produced by the sensor.
28 Set to identify the sensor as FDC2114 or FDC2214 (4-channel version)
33 Set the Auto-Scan Mode.
36 "active-channel" (single channel mode).
[all …]
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi4 * 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 …]