lpc32xx-pwm.txt 322 B

123456789101112131415161718
  1. LPC32XX PWM controller
  2. Required properties:
  3. - compatible: should be "nxp,lpc3220-pwm"
  4. - reg: physical base address and length of the controller's registers
  5. Examples:
  6. pwm@4005c000 {
  7. compatible = "nxp,lpc3220-pwm";
  8. reg = <0x4005c000 0x4>;
  9. };
  10. pwm@4005c004 {
  11. compatible = "nxp,lpc3220-pwm";
  12. reg = <0x4005c004 0x4>;
  13. };