1# Copyright (c) 2022, IoT.bzh 2# SPDX-License-Identifier: Apache-2.0 3 4description: Renesas R-Car PWM controller 5 6compatible: "renesas,pwm-rcar" 7 8include: [pwm-controller.yaml, pinctrl-device.yaml, base.yaml] 9 10properties: 11 "#pwm-cells": 12 const: 3 13 14pwm-cells: 15 - channel 16 # period in terms of nanoseconds 17 - period 18 - flags 19