Searched +full:act +full:- +full:gpios (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/dts/bindings/sensor/ |
D | hzgrow,r502a.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: HZ-Grow GROW_R502A Fingerprint sensor. 8 include: [sensor-device.yaml, uart-device.yaml] 13 int-gpios: 14 type: phandle-array 19 vin-gpios: 20 type: phandle-array 23 act-gpios: 24 type: phandle-array
|
/Zephyr-latest/boards/raspberrypi/rpi_4b/ |
D | rpi_4b.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <zephyr/dt-bindings/gpio/gpio.h> 14 compatible = "raspberrypi,4-model-b", "brcm,bcm2838"; 15 #address-cells = <1>; 16 #size-cells = <1>; 24 zephyr,shell-uart = &uart1; 29 compatible = "gpio-leds"; 31 led_act: led-act { 32 gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>; /* GPIO 42 */ [all …]
|
/Zephyr-latest/boards/raspberrypi/rpi_5/ |
D | rpi_5.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <zephyr/dt-bindings/gpio/gpio.h> 13 compatible = "raspberrypi,5-model-b", "brcm,bcm2712"; 15 #address-cells = <2>; 16 #size-cells = <1>; 25 zephyr,shell-uart = &uart10; 29 compatible = "gpio-leds"; 31 led_act: led-act { 32 gpios = <&gio_aon 9 GPIO_ACTIVE_LOW>; [all …]
|
/Zephyr-latest/drivers/sensor/grow_r502a/ |
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 42 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_HZGROW_R502A),int-gpios) 68 Enable control of vin-gpios and act-gpios.
|
/Zephyr-latest/boards/up-bridge-the-gap/up_squared/doc/ |
D | index.rst | 18 Up Squared (Credit: https://up-board.org) 35 ---- 37 GPIOs are exposed through the HAT header, and can be referred using 39 connected to the on-board FPGA acting as level shifter. Therefore, 43 ``HAT Configurations``. When a corresponding pin is set to act as 69 .. zephyr-app-commands:: 70 :zephyr-app: samples/hello_world 83 :start-after: start_include_here 87 <https://wiki.up-community.org/Serial_console>`_ for instructions on how to 93 .. code-block:: console [all …]
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 1 /* main.c - Application main entry point */ 6 * SPDX-License-Identifier: Apache-2.0 10 * This application is specific to the Nordic nRF52840-PDK board. 94 * it is re-transmitted several times. This occurs 157 { .led_device = GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios), }, 158 { .led_device = GPIO_DT_SPEC_GET(DT_ALIAS(led1), gpios), }, 159 { .led_device = GPIO_DT_SPEC_GET(DT_ALIAS(led2), gpios), }, 160 { .led_device = GPIO_DT_SPEC_GET(DT_ALIAS(led3), gpios), }, 253 GPIO_DT_SPEC_GET(DT_ALIAS(sw0), gpios), 254 GPIO_DT_SPEC_GET(DT_ALIAS(sw1), gpios), [all …]
|