Lines Matching +full:current +full:- +full:source +full:- +full:pin

4  * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/f7/stm32f767zitx-pinctrl.dtsi>
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 * WARNING: The pin PA7 will conflict on selection of SPI_1 and ETH_STM32_HAL.
16 * compatibility, the pin PB5 (also on ST Zio connector) can be used
21 model = "STMicroelectronics STM32F767ZI-NUCLEO board";
22 compatible = "st,stm32f767zi-nucleo";
26 zephyr,shell-uart = &usart3;
29 zephyr,code-partition = &slot0_partition;
35 compatible = "gpio-leds";
51 compatible = "gpio-keys";
65 volt-sensor0 = &vref;
66 volt-sensor1 = &vbat;
75 hse-bypass;
76 clock-frequency = <DT_FREQ_M(8)>; /* STLink 8MHz clock */
81 div-m = <4>;
82 mul-n = <216>;
83 div-p = <2>;
84 div-q = <9>;
91 clock-frequency = <DT_FREQ_M(216)>;
92 ahb-prescaler = <1>;
93 apb1-prescaler = <4>;
94 apb2-prescaler = <2>;
98 pinctrl-0 = <&usart2_tx_pd5
102 pinctrl-names = "default";
103 current-speed = <115200>;
107 pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
108 pinctrl-names = "default";
109 current-speed = <115200>;
114 pinctrl-0 = <&usart6_tx_pg14 &usart6_rx_pg9>;
115 pinctrl-names = "default";
116 current-speed = <115200>;
121 pinctrl-0 = <&usb_otg_fs_dm_pa11 &usb_otg_fs_dp_pa12>;
122 pinctrl-names = "default";
127 pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
128 pinctrl-names = "default";
130 clock-frequency = <I2C_BITRATE_FAST>;
139 pinctrl-0 = <&tim1_ch3_pe13>;
140 pinctrl-names = "default";
145 pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pa7>;
146 pinctrl-names = "default";
147 cs-gpios = <&gpiod 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
149 * WARNING: The pin PA7 will conflict on selection of SPI_1 and
166 pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
167 pinctrl-names = "default";
172 pinctrl-0 = <&adc1_in0_pa0>;
173 pinctrl-names = "default";
174 st,adc-clock-source = "SYNC";
175 st,adc-prescaler = <2>;
181 pinctrl-0 = <&dac_out1_pa4>;
182 pinctrl-names = "default";
191 pinctrl-0 = <&eth_mdc_pc1
200 pinctrl-names = "default";
205 compatible = "fixed-partitions";
206 #address-cells = <1>;
207 #size-cells = <1>;
210 * The two sectors 0-1 (32+32 kbytes) are reserved for
216 read-only;
222 * This represents sectors 2-3 (32+32 kbytes)
234 * Allocated 3 (256k x 3) sectors for image-0. Sectors 5-7.
237 label = "image-0";
242 * Allocated 3 (256k x 3) sectors for image-1. Sectors 8-10.
245 label = "image-1";
250 * Allocated 1 (256k) sector for image-scratch. Sector 11.
253 label = "image-scratch";