diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-07-14 19:06:30 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-07-14 19:06:30 +0000 |
commit | a1d7f2844ce4069e77bdd94f5302407d271174dd (patch) | |
tree | 6ab67f972f7d940696b822c5f5b1d9dffbdf246d /sys/dev/fdt/files.fdt | |
parent | 8d0874781825c87110d7241d3c9042ea9a331eb3 (diff) |
Add sxirintc(4), a driver for the "wake up" interrupt controller found
on various Allwinner SoCs.
ok anton@
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r-- | sys/dev/fdt/files.fdt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index ca24869c0f1..6a721edfa3e 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.163 2022/06/09 12:13:56 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.164 2022/07/14 19:06:29 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -60,6 +60,10 @@ device sximmc: sdmmcbus attach sximmc at fdt file dev/fdt/sximmc.c sximmc +device sxirintc +attach sxirintc at fdt +file dev/fdt/sxirintc.c sxirintc + device sxisid attach sxisid at fdt file dev/fdt/sxisid.c sxisid |