summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/regs-pwm.h
blob: 9fdcbb64ae01efe539261e04921e212c3b9d1ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License version 2 as
 *  published by the Free Software Foundation.
 */
#ifndef __ASM_MACH_REGS_PWM_H
#define __ASM_MACH_REGS_PWM_H

#include <mach/hardware.h>

/*
 * Pulse modulator registers
 */
#define PWM0		0x40B00000
#define PWM1		0x40C00000
#define PWM0slave	0x40B00010
#define PWM1slave	0x40C00010

#endif