1# 2# Copyright (c) 2019 Antmicro <www.antmicro.com> 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7description: LiteX PWM controller 8 9include: [pwm-controller.yaml, base.yaml] 10 11compatible: "litex,pwm" 12 13properties: 14 reg: 15 required: true 16 17 "#pwm-cells": 18 const: 2 19 20pwm-cells: 21 - channel 22 - period 23