Module Name: src
Committed By: jmcneill
Date: Mon Oct 20 19:03:30 UTC 2014
Modified Files:
src/sys/arch/arm/allwinner: awin_reg.h
Log Message:
add CPUs-PORT offset and PL/PM pin counts for A31
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/allwinner/awin_reg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/allwinner/awin_reg.h
diff -u src/sys/arch/arm/allwinner/awin_reg.h:1.39 src/sys/arch/arm/allwinner/awin_reg.h:1.40
--- src/sys/arch/arm/allwinner/awin_reg.h:1.39 Mon Oct 20 15:34:04 2014
+++ src/sys/arch/arm/allwinner/awin_reg.h Mon Oct 20 19:03:30 2014
@@ -1704,6 +1704,7 @@ struct awin_mmc_idma_descriptor {
#define AWIN_A31_PRCM_OFFSET 0x00301400 /* PRCM */
#define AWIN_A31_CPUCFG_OFFSET 0x00301C00
#define AWIN_A31_RTC_OFFSET 0x00300000 /* RTC */
+#define AWIN_A31_CPUPIO_OFFSET 0x00302c00 /* CPUs-PORT */
#define AWIN_A31_P2WI_OFFSET 0x00303400 /* P2WI */
#define AWIN_A31_PRCM_PWROFF_GATING_REG 0x100
@@ -1985,4 +1986,8 @@ struct awin_a31_dma_desc {
#define AWIN_A31_PIO_PH_TWI2_FUNC 2
#define AWIN_A31_PIO_PH_TWI2_PINS 0x000c0000 /* PH pins 19-18 */
+#define AWIN_A31_PIO_PL_PINS 9
+
+#define AWIN_A31_PIO_PM_PINS 8
+
#endif /* _ARM_ALLWINNER_AWIN_REG_H_ */