5e3a77e9a9
This patch adds support for the RDC R-321x system-on-chip, also known as R-861x-(G). It uses the generic GPIO API and has support for the on-chip hardware watchdog. Build-fix from: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
7 lines
185 B
C
7 lines
185 B
C
#define PFX "rdc321x: "
|
|
|
|
/* General purpose configuration and data registers */
|
|
#define RDC3210_CFGREG_ADDR 0x0CF8
|
|
#define RDC3210_CFGREG_DATA 0x0CFC
|
|
#define RDC_MAX_GPIO 0x3A
|