files.ti revision 1.5
1#	$NetBSD: files.ti,v 1.5 2019/10/26 14:57:27 jmcneill Exp $
2#
3
4file	arch/arm/ti/ti_platform.c	soc_ti
5
6# Interrupt controller
7device	omapintc: pic, pic_splfuncs
8attach  omapintc at fdt
9file	arch/arm/ti/ti_omapintc.c omapintc
10
11# PRCM
12define	ti_prcm
13file	arch/arm/ti/ti_prcm.c		ti_prcm
14
15# PRCM (AM3xxx)
16device	am3prcm: ti_prcm
17attach	am3prcm at fdt with am3_prcm
18file	arch/arm/ti/am3_prcm.c		am3_prcm
19
20# UART
21ifdef soc_ti
22attach	com at fdt with ti_com: ti_prcm
23file	arch/arm/ti/ti_com.c		ti_com needs-flag
24endif
25
26# Timer
27device	omaptimer
28attach  omaptimer at fdt
29file	arch/arm/ti/ti_omaptimer.c	omaptimer
30
31# Ethernet
32device  cpsw: ether, ifnet, arp, mii, mii_phy
33attach  cpsw at fdt
34file    arch/arm/ti/if_cpsw.c		cpsw
35
36# SOC parameters
37defflag	opt_soc.h			SOC_TI
38defflag	opt_soc.h			SOC_TI_AM335X: SOC_TI
39