zephyr/dts/bindings/pwm/nordic,nrf-pwm.yaml

58 lines
1021 B
YAML

title: nRF PWM
description: >
This binding gives a base representation of the nRF PWM
inherits:
!include base.yaml
properties:
compatible:
constraint: "nordic,nrf-pwm"
reg:
category: required
label:
category: required
ch0-pin:
type: int
description: Channel 0 pin
category: optional
ch0-inverted:
type: boolean
description: Channel 0 inverted
category: optional
ch1-pin:
type: int
description: Channel 1 pin
category: optional
ch1-inverted:
type: boolean
description: Channel 1 inverted
category: optional
ch2-pin:
type: int
description: Channel 2 pin
category: optional
ch2-inverted:
type: boolean
description: Channel 2 inverted
category: optional
ch3-pin:
type: int
description: Channel 3 pin
category: optional
ch3-inverted:
type: boolean
description: Channel 3 inverted
category: optional