Lines Matching +full:pll +full:- +full:clock +full:- +full:names
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/f3/stm32f302r(6-8)tx-pinctrl.dtsi>
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 model = "STMicroelectronics STM32F302R8-NUCLEO board";
16 compatible = "st,stm32f302r8-nucleo";
20 zephyr,shell-uart = &usart2;
26 compatible = "gpio-leds";
34 compatible = "gpio-keys";
45 volt-sensor0 = &vref;
46 volt-sensor1 = &vbat;
55 hse-bypass;
56 clock-frequency = <DT_FREQ_M(8)>; /* STLink 8MHz clock */
60 &pll {
68 clocks = <&pll>;
69 clock-frequency = <DT_FREQ_M(72)>;
70 ahb-prescaler = <1>;
71 apb1-prescaler = <2>;
72 apb2-prescaler = <1>;
76 pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
77 pinctrl-names = "default";
79 clock-frequency = <I2C_BITRATE_FAST>;
83 pinctrl-0 = <&spi2_sck_pb13 &spi2_miso_pb14 &spi2_mosi_pb15>;
84 pinctrl-names = "default";
85 cs-gpios = <&gpiob 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
90 pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
91 pinctrl-names = "default";
92 current-speed = <115200>;
96 pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>;
97 pinctrl-names = "default";
98 current-speed = <115200>;
102 pinctrl-0 = <&usart3_tx_pc10 &usart3_rx_pc11>;
103 pinctrl-names = "default";
104 current-speed = <115200>;
113 pinctrl-0 = <&tim2_ch1_pa0>;
114 pinctrl-names = "default";
125 pinctrl-0 = <&adc1_in1_pa0>;
126 pinctrl-names = "default";
127 st,adc-clock-source = "SYNC";
128 st,adc-prescaler = <2>;