blob: aa42da305bfb1b9a3896e07b4bb4512d7262bb9b [file] [log] [blame]
#
# Copyright (c) 2018, SiFive Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: SiFive PWM
id: sifive,pwm0
version: 0.1
description: >
This binding gives a base representation of the SiFive PWM
inherits:
!include pwm.yaml
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "sifive,pwm0"
generation: define
reg:
type: array
description: mmio register space
generation: define
category: required
interrupts:
type: array
category: required
description: required interrupts
generation: define
...