Sign in
gfiber
/
kernel
/
lockdown
/
08ce0d6432a9bc4070858680d2391d78ea63f2a8
/
.
/
Documentation
/
devicetree
/
bindings
/
pwm
/
lpc32xx-pwm.txt
blob: cfe1db3bb6e979987361b1c194ecdbf04ddc9349 [
file
] [
log
] [
blame
]
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>;
};