blob: d8a02f5f6ffb717e393c1efd62af4d69670eca0b (
plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
# $OpenBSD: files.exynos,v 1.7 2017/03/05 20:53:19 kettenis Exp $
define exynos {}
device exynos: exynos
attach exynos at fdt
file arch/armv7/exynos/exynos_machdep.c exynos needs-flag
file arch/armv7/exynos/exynos.c exynos
file arch/armv7/exynos/exynos4.c exynos
file arch/armv7/exynos/exynos5.c exynos
# serial ports
device exuart
attach exuart at fdt
file arch/armv7/exynos/exuart.c exuart
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
attach expower at fdt
file arch/armv7/exynos/expower.c expower
device exsysreg
attach exsysreg at fdt
file arch/armv7/exynos/exsysreg.c exsysreg
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 exynos
file arch/armv7/exynos/exiic.c exiic
device exehci: usbus
attach exehci at fdt
file arch/armv7/exynos/exehci.c exehci
device exesdhc: sdmmcbus
attach exesdhc at fdt
file arch/armv7/exynos/exesdhc.c exesdhc
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
|