Home
last modified time | relevance | path

Searched +full:rf3 +full:- +full:gpios (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/boards/96boards/wistrio/dts/bindings/
Dqorvo,rfsw8001.yaml2 # SPDX-License-Identifier: Apache-2.0
6 RF2 and RF3 pins are used to control the behavior of the switch as detailed
14 rf1-gpios:
15 type: phandle-array
19 rf2-gpios:
20 type: phandle-array
24 rf3-gpios:
25 type: phandle-array
27 description: Pin used to control the RF3 switch
/Zephyr-latest/boards/96boards/wistrio/
Drf.c4 * SPDX-License-Identifier: Apache-2.0
16 const struct gpio_dt_spec rf3 = in rf_init() local
20 /* configure RFSW8001 GPIOs (110: RF1/RF2 coexistence mode) */ in rf_init()
23 !gpio_is_ready_dt(&rf3)) { in rf_init()
24 return -ENODEV; in rf_init()
29 (void)gpio_pin_configure_dt(&rf3, GPIO_OUTPUT_LOW); in rf_init()
D96b_wistrio.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
8 #include <st/l1/stm32l151Xb-a.dtsi>
9 #include <st/l1/stm32l151c(6-8-b)uxa-pinctrl.dtsi>
18 zephyr,shell-uart = &usart1;
24 compatible = "gpio-leds";
26 gpios = <&gpioa 12 GPIO_ACTIVE_LOW>;
30 gpios = <&gpiob 4 GPIO_ACTIVE_LOW>;
37 eeprom-0 = &eeprom;
42 rf_switch: rf-switch {
[all …]