zephyr/samples/basic/blinky_pwm/boards/stm32f072b_disco.overlay
Scott Chao 91ea8fa911 samples: blinky_pwm: Add stm32f072b_disco support
This will enable the use of stm23f072b_disco on this sample.
- Set pwm3 as tim3_ch1_pc6 since red led is using PC6/ TIM3_CH1.

Signed-off-by: Scott Chao <scott_chao@wistron.com>
2023-03-17 11:48:52 +01:00

14 lines
145 B
Plaintext

/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2023 Scott Chao
*/
&pwmleds {
status = "okay";
};
&pwm3 {
status = "okay";
};