1# Copyright (c) 2019 Henrik Brix Andersen <henrik@brixandersen.dk> 2# SPDX-License-Identifier: Apache-2.0 3 4description: OpenISA Timer/PWM Module (TPM) 5 6compatible: "openisa,rv32m1-tpm" 7 8include: [pwm-controller.yaml, base.yaml, pinctrl-device.yaml] 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 "#pwm-cells": 18 const: 3 19 20pwm-cells: 21 - channel 22 # period in terms of nanoseconds 23 - period 24 - flags 25