Lines Matching +full:psc +full:- +full:ucpdclk

4  * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/g0/stm32g071r(6-8-b)tx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/sensor/ina230.h>
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 compatible = "st,stm32g071-demo";
19 zephyr,shell-uart = &usart3;
25 compatible = "gpio-leds";
45 compatible = "gpio-keys";
74 compatible = "gpio-leds";
110 div-m = <1>;
111 mul-n = <8>;
112 div-p = <2>;
113 div-q = <2>;
114 div-r = <2>;
121 clock-frequency = <DT_FREQ_M(64)>;
122 ahb-prescaler = <1>;
123 apb1-prescaler = <1>;
127 pinctrl-0 = <&usart3_tx_pc10 &usart3_rx_pc11>;
128 pinctrl-names = "default";
129 current-speed = <115200>;
135 pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>;
136 pinctrl-names = "default";
138 clock-frequency = <I2C_BITRATE_FAST>;
147 adc-mode = "Bus voltage continuous";
148 vbus-conversion-time-us = <1100>;
149 vshunt-conversion-time-us = <1100>;
150 avg-count = <1>;
151 current-lsb-microamps = <1000>;
152 rshunt-micro-ohms = <15000>;
161 * a prescaler who's output feeds the 'half-bit' divider which is used
163 * designed to work in freq ranges of 6 <--> 18 MHz, however recommended
164 * range is 9 <--> 18 MHz.
166 * +-------+ @ 16 MHz +-------+ @ ~600 kHz +-----------+
167 * HSI ---->| /psc |--------->| /hbit |--------------->| trans_cnt |
168 * +-------+ +-------+ | +-----------+
169 * | +-----------+
170 * +----------->| ifrgap_cnt|
171 * +-----------+
174 * 2. tTransitionWindow - 12 to 20 uSec
175 * 3. tInterframGap - uSec
181 psc-ucpdclk = <1>;
183 pinctrl-0 = <&ucpd1_cc1_pa8 &ucpd1_cc2_pb15>;
184 pinctrl-names = "default";