Searched +full:rf3 +full:- +full:gpios (Results 1 – 3 of 3) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.06 RF2 and RF3 pins are used to control the behavior of the switch as detailed14 rf1-gpios:15 type: phandle-array19 rf2-gpios:20 type: phandle-array24 rf3-gpios:25 type: phandle-array27 description: Pin used to control the RF3 switch
4 * SPDX-License-Identifier: Apache-2.016 const struct gpio_dt_spec rf3 = in rf_init() local20 /* 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()
4 * SPDX-License-Identifier: Apache-2.07 /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 …]