summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/files.fdt
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2023-02-13 19:26:16 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2023-02-13 19:26:16 +0000
commit46cb011a736a89cc866b80f3e30ad0ffac47064a (patch)
tree872241a2e6b006de4d07cc0656fc3b13c0020b80 /sys/dev/fdt/files.fdt
parent4e4d003028cf782bb4b83a5952e57246c3ddbd58 (diff)
Add a driver for the ARM System Control and Management Interface, which,
among other things allows management of clocks under firmware management. ok patrick@
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r--sys/dev/fdt/files.fdt7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt
index 9f17b472058..ec9baadffb1 100644
--- a/sys/dev/fdt/files.fdt
+++ b/sys/dev/fdt/files.fdt
@@ -1,4 +1,4 @@
-# $OpenBSD: files.fdt,v 1.177 2023/02/13 19:18:53 patrick Exp $
+# $OpenBSD: files.fdt,v 1.178 2023/02/13 19:26:15 kettenis Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
@@ -195,6 +195,11 @@ device psci
attach psci at fdt
file dev/fdt/psci.c psci needs-flag
+# ARM System Control and Management Interface
+device scmi
+attach scmi at fdt
+file dev/fdt/scmi.c
+
attach virtio at fdt with virtio_mmio
file dev/fdt/virtio_mmio.c virtio_mmio