blob: c0f4359fc2a11aaa44eb547174d8c1ee7d6ef1f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $OpenBSD: files.cortex,v 1.3 2013/09/09 14:31:54 patrick Exp $
# ARM core
device cortex {}
attach cortex at mainbus
file arch/arm/cortex/cortex.c cortex
device ampintc
attach ampintc at cortex
file arch/arm/cortex/ampintc.c ampintc
device amptimer
attach amptimer at cortex
file arch/arm/cortex/amptimer.c amptimer
device agtimer
attach agtimer at cortex
file arch/arm/cortex/agtimer.c agtimer
device armliicc
attach armliicc at cortex
file arch/arm/cortex/arml2cc.c armliicc
|