Lines Matching +full:clock +full:- +full:output +full:- +full:names
2 * Copyright (c) 2017 I-SENSE group of ICCS
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/f3/stm32f303v(b-c)tx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
18 zephyr,shell-uart = &usart1;
25 compatible = "gpio-leds";
61 compatible = "gpio-keys";
76 die-temp0 = &die_temp;
77 volt-sensor0 = &vref;
78 volt-sensor1 = &vbat;
87 hse-bypass;
88 clock-frequency = <DT_FREQ_M(8)>; /* STLink 8MHz clock */
101 clock-frequency = <DT_FREQ_M(72)>;
102 ahb-prescaler = <1>;
103 apb1-prescaler = <2>;
104 apb2-prescaler = <1>;
108 pinctrl-0 = <&usart1_tx_pc4 &usart1_rx_pc5>;
109 pinctrl-names = "default";
110 current-speed = <115200>;
115 pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>;
116 pinctrl-names = "default";
117 current-speed = <115200>;
122 pinctrl-0 = <&uart4_tx_pc10 &uart4_rx_pc11>;
123 pinctrl-names = "default";
124 current-speed = <115200>;
129 pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>;
130 pinctrl-names = "default";
132 clock-frequency = <I2C_BITRATE_FAST>;
134 lsm303dlhc_magn: lsm303dlhc-magn@1e {
135 compatible = "st,lsm303dlhc-magn";
139 lsm303dlhc_accel: lsm303dlhc-accel@19 {
140 compatible = "st,lis2dh", "st,lsm303dlhc-accel";
142 irq-gpios = <&gpioe 4 GPIO_ACTIVE_HIGH>,
148 pinctrl-0 = <&i2c2_scl_pa9 &i2c2_sda_pa10>;
149 pinctrl-names = "default";
151 clock-frequency = <I2C_BITRATE_FAST>;
155 pinctrl-0 = <&spi1_nss_pa4 &spi1_sck_pa5
157 pinctrl-names = "default";
162 pinctrl-0 = <&spi2_nss_pb12 &spi2_sck_pb13
164 pinctrl-names = "default";
169 pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
170 pinctrl-names = "default";
185 pinctrl-0 = <&can_rx_pd0 &can_tx_pd1>;
186 pinctrl-names = "default";
193 compatible = "fixed-partitions";
194 #address-cells = <1>;
195 #size-cells = <1>;
214 pinctrl-0 = <&tim1_ch1_pa8>;
215 pinctrl-names = "default";
220 pinctrl-0 = <&adc1_in1_pa0>;
221 pinctrl-names = "default";
222 st,adc-clock-source = "SYNC";
223 st,adc-prescaler = <2>;
233 /* dac output pins(pa4,pa5,pa6) might conflict with spi1 pins */
234 pinctrl-0 = <&dac_out1_pa4>;
235 pinctrl-names = "default";