blob: 290c8acdf434ecb7e6cef1b5a8b5369b47694708 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# $OpenBSD: files.exynos,v 1.14 2021/02/14 10:57:40 kettenis Exp $
#device exdisplay: wsemuldisplaydev, rasops16
#attach exdisplay at exynos
#file arch/armv7/exynos/exdisplay.c exdisplay
device exclock
attach exclock at fdt
file arch/armv7/exynos/exclock.c exclock
device expower: fdt
attach expower at fdt
file arch/armv7/exynos/expower.c expower
device exmct
attach exmct at fdt
file arch/armv7/exynos/exmct.c exmct
device exdog
attach exdog at fdt
file arch/armv7/exynos/exdog.c exdog
device exgpio
attach exgpio at fdt
file arch/armv7/exynos/exgpio.c exgpio
device exiic: i2cbus
attach exiic at fdt
file arch/armv7/exynos/exiic.c exiic
device exehci: usbus
attach exehci at fdt
file arch/armv7/exynos/exehci.c exehci
device exdwusb: fdt
attach exdwusb at fdt
file arch/armv7/exynos/exdwusb.c exdwusb
device crosec: wskbddev
attach crosec at i2c
file arch/armv7/exynos/crosec.c crosec
file arch/armv7/exynos/crosec_kbd.c crosec
device tpspmic
attach tpspmic at i2c
file arch/armv7/exynos/tps65090.c tpspmic
|