summaryrefslogtreecommitdiffstats
path: root/sys/arm/s3c2xx0/s3c24x0.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/s3c2xx0/s3c24x0.c')
-rw-r--r--sys/arm/s3c2xx0/s3c24x0.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arm/s3c2xx0/s3c24x0.c b/sys/arm/s3c2xx0/s3c24x0.c
index c896bcf..fbcc42c 100644
--- a/sys/arm/s3c2xx0/s3c24x0.c
+++ b/sys/arm/s3c2xx0/s3c24x0.c
@@ -80,6 +80,10 @@ static struct {
u_long count;
} res[2];
} s3c24x0_children[] = {
+ { "rtc", 0, -1, {
+ { SYS_RES_IOPORT, S3C24X0_RTC_PA_BASE, S3C24X0_RTC_SIZE },
+ { 0 },
+ } },
{ "timer", 0, -1, { { 0 }, } },
{ "uart", 1, 0, {
{ SYS_RES_IRQ, S3C24X0_INT_UART0, 1 },
OpenPOWER on IntegriCloud