1# Copyright (c) 2020, Linaro Limited 2# SPDX-License-Identifier: Apache-2.0 3 4description: VND PWM controller 5 6compatible: "vnd,pwm" 7 8include: [pwm-controller.yaml, base.yaml] 9 10properties: 11 reg: 12 required: true 13 14 "#pwm-cells": 15 const: 3 16 17pwm-cells: 18 - channel 19 - period 20 - flags 21