Lines Matching +full:enable +full:- +full:gpios
4 * 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 {
44 rf1-gpios = <&gpioa 4 GPIO_PULL_UP>;
45 rf2-gpios = <&gpiob 6 GPIO_PULL_UP>;
46 rf3-gpios = <&gpiob 7 GPIO_PULL_UP>;
49 /* regulator controlling SX oscillator enable */
50 sx-osc-enable {
51 compatible = "regulator-fixed";
52 regulator-name = "sx-osc-enable";
53 enable-gpios = <&gpioh 1 GPIO_ACTIVE_HIGH>;
54 regulator-boot-on;
75 clock-frequency = <DT_FREQ_M(32)>;
76 ahb-prescaler = <1>;
77 apb1-prescaler = <1>;
78 apb2-prescaler = <1>;
82 pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
83 pinctrl-names = "default";
84 current-speed = <115200>;
89 pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>;
90 pinctrl-names = "default";
91 current-speed = <115200>;
96 pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
97 pinctrl-names = "default";
107 pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pa7>;
108 pinctrl-names = "default";
110 cs-gpios = <&gpiob 0 GPIO_ACTIVE_LOW>;
115 reset-gpios = <&gpiob 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
116 dio-gpios = <&gpioa 11 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
121 spi-max-frequency = <1000000>;
122 power-amplifier-output = "pa-boost";