Lines Matching +full:sync +full:- +full:gpios
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/wb/stm32wb55vgyx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 #include <zephyr/dt-bindings/led/led.h>
12 #include <zephyr/dt-bindings/sensor/ism330dhcx.h>
16 compatible = "st,stm32wb5mm-dk";
20 zephyr,shell-uart = &usart1;
21 zephyr,bt-mon-uart = &lpuart1;
22 zephyr,bt-c2h-uart = &lpuart1;
25 zephyr,code-partition = &slot0_partition;
30 gpios = <&gpioa 7 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
31 chain-length = <1>;
32 color-mapping = <LED_COLOR_ID_BLUE
39 compatible = "gpio-keys";
41 gpios = <&gpioc 12 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
46 gpios = <&gpioc 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
54 die-temp0 = &die_temp;
55 volt-sensor0 = &vref;
56 volt-sensor1 = &vbat;
57 led-strip = &rgb_led_strip;
88 clock-frequency = <DT_FREQ_M(32)>;
89 cpu1-prescaler = <1>;
90 cpu2-prescaler = <1>;
91 ahb4-prescaler = <1>;
92 apb1-prescaler = <1>;
93 apb2-prescaler = <1>;
97 pinctrl-0 = <&usart1_tx_pb6 &usart1_rx_pb7>;
98 pinctrl-names = "default";
99 current-speed = <115200>;
105 pinctrl-0 = <&lpuart1_tx_pa2 &lpuart1_rx_pa3>;
106 pinctrl-names = "default";
107 current-speed = <100000>;
112 pinctrl-0 = <&adc1_in3_pc2>;
113 pinctrl-names = "default";
114 st,adc-clock-source = "SYNC";
115 st,adc-prescaler = <4>;
125 pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
126 pinctrl-names = "default";
135 compatible = "fixed-partitions";
136 #address-cells = <1>;
137 #size-cells = <1>;
151 label = "image-0";
155 label = "image-1";
159 label = "image-scratch";
172 gpios = <1 GPIO_ACTIVE_HIGH>;
173 gpio-hog;
174 output-high;
180 pinctrl-0 = <&i2c3_scl_pb13 &i2c3_sda_pb11>;
181 pinctrl-names = "default";
183 clock-frequency = <I2C_BITRATE_FAST>;
188 xshut-gpios = <&gpioc 6 GPIO_ACTIVE_LOW>;
194 drdy-gpios = <&gpiod 2 GPIO_ACTIVE_HIGH>;
195 accel-odr= <ISM330DHCX_DT_ODR_52Hz>;
196 gyro-odr= <ISM330DHCX_DT_ODR_26H>;