| # Copyright (c) 2025 Henrik Brix Andersen <henrik@brixandersen.dk> | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: NEORV32 PWM | |
| compatible: "neorv32,pwm" | |
| include: [pwm-controller.yaml, base.yaml] | |
| properties: | |
| reg: | |
| required: true | |
| syscon: | |
| type: phandle | |
| required: true | |
| description: | | |
| phandle to syscon (NEORV32 SYSINFO) node. | |
| "#pwm-cells": | |
| const: 3 | |
| pwm-cells: | |
| - channel | |
| # period in terms of nanoseconds | |
| - period | |
| - flags |