Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/allwinner add CPUs-PORT offset and PL/PM pin co...



details:   https://anonhg.NetBSD.org/src/rev/17826c67ee30
branches:  trunk
changeset: 333145:17826c67ee30
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Oct 20 19:03:30 2014 +0000

description:
add CPUs-PORT offset and PL/PM pin counts for A31

diffstat:

 sys/arch/arm/allwinner/awin_reg.h |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r e2cea618b2c0 -r 17826c67ee30 sys/arch/arm/allwinner/awin_reg.h
--- a/sys/arch/arm/allwinner/awin_reg.h Mon Oct 20 18:14:37 2014 +0000
+++ b/sys/arch/arm/allwinner/awin_reg.h Mon Oct 20 19:03:30 2014 +0000
@@ -1704,6 +1704,7 @@
 #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 @@
 #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_ */



Home | Main Index | Thread Index | Old Index