boards: xtensa: add ledc support to the esp32 board
add ledc to board dtsi file, change compatible and device define in pwm driver, add yaml for board ledc support, fix missing include for board in gpio include Signed-off-by: Andrei-Edward Popa <andrei_edward.popa@upb.ro>
This commit is contained in:
parent
1ca60ab35f
commit
5413661a81
4 changed files with 39 additions and 8 deletions
|
@ -2,6 +2,8 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <devicetree.h>
|
||||
|
||||
#ifndef ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_ESP32_H_
|
||||
#define ZEPHYR_INCLUDE_DRIVERS_GPIO_GPIO_ESP32_H_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue