1
0
Fork 0

MLK-14238-02: dt-bindings: pwm: Add NXP TPM PWM

Add binding doc for tpm pwm module.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
pull/10/head
Bai Ping 2017-03-21 11:16:18 +08:00 committed by Jason Liu
parent 56d3c24b02
commit 0e9b19589c
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
NXP TPM PWM controller
Required properties:
- compatible: should be "nxp,tpm-pwm"
- reg: physical base address and length of the controller's registers
- #pwm-cells: should be 2. See pwm.txt in this directory for a description of
the cells format.
- nxp,pwm-number: the number of PWM devices
Example:
pwm0: tpm@40250000 {
compatible = "nxp,tpm-pwm";
reg = <0x40250000 0x1000>;
nxp,pwm-number = <6>;
#pwm-cells = <2>;
};