Lines Matching +full:blue +full:- +full:pwm +full:- +full:led
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/f2/stm32f207z(c-e-f-g)tx-pinctrl.dtsi>
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 model = "STMicroelectronics STM32F207ZG-NUCLEO board";
15 compatible = "st,stm32f207zg-nucleo";
19 zephyr,shell-uart = &usart3;
25 compatible = "gpio-leds";
41 compatible = "pwm-leds";
45 label = "Green PWM LED";
49 label = "Blue PWM LED";
53 label = "Red PWM LED";
58 compatible = "gpio-keys";
70 pwm-led0 = &green_pwm_led;
71 pwm-led1 = &blue_pwm_led;
72 pwm-led2 = &red_pwm_led;
73 green-pwm-led = &green_pwm_led;
74 blue-pwm-led = &blue_pwm_led;
75 red-pwm-led = &red_pwm_led;
78 die-temp0 = &die_temp;
87 hse-bypass;
88 clock-frequency = <DT_FREQ_M(8)>; /* STLink 8MHz clock */
93 div-m = <8>;
94 mul-n = <240>;
95 div-p = <2>;
96 div-q = <5>;
103 clock-frequency = <DT_FREQ_M(120)>;
104 ahb-prescaler = <1>;
105 apb1-prescaler = <4>;
106 apb2-prescaler = <2>;
110 pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pa7>;
111 pinctrl-names = "default";
112 cs-gpios = <&gpiod 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
117 pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
118 pinctrl-names = "default";
120 clock-frequency = <I2C_BITRATE_FAST>;
124 pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>;
125 pinctrl-names = "default";
127 clock-frequency = <I2C_BITRATE_FAST>;
131 pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
132 pinctrl-names = "default";
133 current-speed = <115200>;
138 pinctrl-0 = <&usart6_tx_pg14 &usart6_rx_pg9>;
139 pinctrl-names = "default";
140 current-speed = <115200>;
145 pinctrl-0 = <&usb_otg_fs_dm_pa11 &usb_otg_fs_dp_pa12>;
146 pinctrl-names = "default";
165 pinctrl-0 = <&adc1_in0_pa0>;
166 pinctrl-names = "default";
167 st,adc-clock-source = "SYNC";
168 st,adc-prescaler = <2>;
182 pinctrl-0 = <ð_mdc_pc1
191 pinctrl-names = "default";
196 compatible = "fixed-partitions";
197 #address-cells = <1>;
198 #size-cells = <1>;
203 read-only;
219 label = "image-0";
224 label = "image-1";
232 pinctrl-0 = <&dac_out1_pa4>;
233 pinctrl-names = "default";
243 pwm1: pwm {
245 pinctrl-0 = <&tim1_ch1_pe9>;
246 pinctrl-names = "default";
254 pwm3: pwm {
256 pinctrl-0 = <&tim3_ch3_pb0>;
257 pinctrl-names = "default";
265 pwm4: pwm {
267 pinctrl-0 = <&tim4_ch2_pb7>;
268 pinctrl-names = "default";
276 pwm12: pwm {
278 pinctrl-0 = <&tim12_ch1_pb14>;
279 pinctrl-names = "default";