Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1ead65812486cda65093683a99b8907a7242fa93
/
.
/
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>;
};