From 9dd7f7e8ef7eabd16b66c59a7254f3d8dab85e8b Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Thu, 12 Dec 2013 00:59:36 +0000 Subject: [PATCH] dm36x: Add some PSC registers. --- ports/arm/platforms/dm36x/dm36x-io.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ports/arm/platforms/dm36x/dm36x-io.h b/ports/arm/platforms/dm36x/dm36x-io.h index 0457e1f..d420359 100644 --- a/ports/arm/platforms/dm36x/dm36x-io.h +++ b/ports/arm/platforms/dm36x/dm36x-io.h @@ -163,8 +163,11 @@ /** Power and sleep controller registers */ #define DM36X_PSC_BASE 0x01C41000 /* PSC registers */ +#define DM36X_PSC_EPCPR 0x070 #define DM36X_PSC_PTCMD 0x120 #define DM36X_PSC_PTSTAT 0x128 +#define DM36X_PSC_PDSTAT 0x200 +#define DM36X_PSC_PDCTL1 0x304 #define DM36X_PSC_MDSTAT_I2C 0x800 + (18 * 4) #define DM36X_PSC_MDCTL_I2C 0xA00 + (18 * 4)