Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf add RSB (awinp2wi), AXP806, AXP809 drivers
details: https://anonhg.NetBSD.org/src/rev/48a45ca6fdd0
branches: trunk
changeset: 334788:48a45ca6fdd0
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Dec 07 00:37:08 2014 +0000
description:
add RSB (awinp2wi), AXP806, AXP809 drivers
diffstat:
sys/arch/evbarm/conf/ALLWINNER_A80 | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r d5afe89babb9 -r 48a45ca6fdd0 sys/arch/evbarm/conf/ALLWINNER_A80
--- a/sys/arch/evbarm/conf/ALLWINNER_A80 Sun Dec 07 00:36:26 2014 +0000
+++ b/sys/arch/evbarm/conf/ALLWINNER_A80 Sun Dec 07 00:37:08 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALLWINNER_A80,v 1.6 2014/12/05 18:54:35 jmcneill Exp $
+# $NetBSD: ALLWINNER_A80,v 1.7 2014/12/07 00:37:08 jmcneill Exp $
#
# ALLWINNER_A80 - Allwinner A80 boards (Cubieboard4, OptimusBoard, etc)
#
@@ -228,9 +228,13 @@
awiniic2 at awinio? port 2
iic2 at awiniic2
-# P2WI
-#awinp2wi0 at awinio0
-#iic1 at awinp2wi0
+# Reduced serial bus (RSB)
+awinp2wi0 at awinio0
+iic4 at awinp2wi0
+axp806pm0 at iic4 addr 0x745 # AXP806 Power Management Unit
+axp809pm0 at iic4 addr 0x3a3 # AXP809 Power Management Unit
+
+options I2C_MAX_ADDR=0xfff
# On-board 16550 UARTs
com0 at awinio? port 0 # UART0 (console)
Home |
Main Index |
Thread Index |
Old Index