TERES/SOFTWARE/A64-TERES/linux-a64/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

13 lines
247 B
Plaintext

LPC32XX PWM controller
Required properties:
- compatible: should be "nxp,lpc3220-pwm"
- reg: physical base address and length of the controller's registers
Examples:
pwm@0x4005C000 {
compatible = "nxp,lpc3220-pwm";
reg = <0x4005C000 0x8>;
};