Home
last modified time | relevance | path

Searched +full:rf1 +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
5 Qorvo's RFSW8001 is a single pole triple throw (SP3T) RF switch. The RF1,
14 rf1-gpios:
15 type: phandle-array
17 description: Pin used to control the RF1 switch
19 rf2-gpios:
20 type: phandle-array
24 rf3-gpios:
25 type: phandle-array
/Zephyr-latest/boards/96boards/wistrio/
Drf.c4 * SPDX-License-Identifier: Apache-2.0
12 const struct gpio_dt_spec rf1 = in rf_init() local
20 /* configure RFSW8001 GPIOs (110: RF1/RF2 coexistence mode) */ in rf_init()
21 if (!gpio_is_ready_dt(&rf1) || in rf_init()
24 return -ENODEV; in rf_init()
27 (void)gpio_pin_configure_dt(&rf1, GPIO_OUTPUT_HIGH); 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 …]