summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/A10
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/conf/A10')
-rw-r--r--sys/arm/conf/A1011
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/arm/conf/A10 b/sys/arm/conf/A10
index 31073c7..678b564 100644
--- a/sys/arm/conf/A10
+++ b/sys/arm/conf/A10
@@ -23,6 +23,8 @@ ident A10
include "std.armv6"
include "../allwinner/std.a10"
+options SOC_ALLWINNER_A10
+
options HZ=100
options SCHED_4BSD # 4BSD scheduler
options PLATFORM
@@ -66,8 +68,10 @@ device md
device random # Entropy device
# I2C support
-#device iicbus
-#device iic
+device iicbus
+device iic
+device twsi
+device axp209 # AXP209 Power Management Unit
# GPIO
device gpio
@@ -100,6 +104,9 @@ device emac
# USB ethernet support, requires miibus
device miibus
+# Pinmux
+device fdt_pinctrl
+
# Flattened Device Tree
options FDT # Configure using FDT/DTB data
makeoptions MODULES_EXTRA=dtb/allwinner
OpenPOWER on IntegriCloud