android_kernel_samsung_on5x.../Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt
2018-06-19 23:16:04 +02:00

12 lines
247 B
Text

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>;
};