| # Copyright (c) 2025 ENE Technology Inc. |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| description: ENE, Pulse Width Modulator (PWM) node |
| |
| compatible: "ene,kb106x-pwm" |
| |
| include: [pwm-controller.yaml, base.yaml, pinctrl-device.yaml] |
| |
| properties: |
| reg: |
| required: true |
| pwm-channel: |
| type: int |
| description: | |
| A index to indicate PWM module that generates a single PWM signal. |
| Please don't overwrite it in the board-level DT driver. |
| pinctrl-0: |
| required: true |
| |
| pinctrl-names: |
| required: true |
| |
| pwm-cells: |
| - channel |
| - period |
| - flags |