-
Notifications
You must be signed in to change notification settings - Fork 4
PWM and Tachometer
Jonathan Neuschäfer edited this page Jan 10, 2021
·
1 revision
The WPCM450 supports pulse-width modulation (PWM) output and fan speed measurement (in the "fan tachometer").
device | MMIO | IRQ | comments |
---|---|---|---|
tacho 0 | 0xb8004000 | 24 | |
tacho 1 | 0xb8005000 | 25 | |
PWM | 0xb8007000 | 28 | |
more PWM | 0xb8007100 | 28 | requires at least chip version Z2 |
There are four PWM channels per PWM module. Before chip version Z2, there is only one module, but from Z2 there are two. On NPCM750, the PWM modules are 0x1000 bytes apart, but on WPCM450 they are 0x100 bytes apart.
There are two tacho modules (vs. eight on NPCM750).
- Dell drivers: fan tacho (header), PWM (header)
- Combined tacho/PWM mainline driver for NPCM750
Overview:
Basics:
Peripherals:
- Memory controller
- UART, SPI/SSPI, I2C, SD
- GPIOs and pinmux
- Ethernet
- USB, LPC, PECI, XBUS
- PWM and Tachometer, ADC
- Graphics
Board specifics: