1# $NetBSD: files.cortex,v 1.2 2012/09/02 16:55:10 matt Exp $ 2 3device armperiph {} 4attach armperiph at mainbus 5file arch/arm/cortex/armperiph.c armperiph 6 7# ARM Generic Interrupt Controller (initially on Cortex-A9) 8device armgic: pic, pic_splfuncs 9attach armgic at armperiph 10file arch/arm/cortex/gic.c armgic 11 12# ARM PL310 L2 Cache Controller(initially on Cortex-A9) 13device arml2cc 14attach arml2cc at armperiph 15file arch/arm/cortex/pl310.c arml2cc 16 17# A9 MPCore Global Timer 18device a9tmr 19attach a9tmr at armperiph 20file arch/arm/cortex/a9tmr.c a9tmr 21 22# A9 MPcore Watchdog Timer 23device a9wdt: sysmon_wdog 24attach a9wdt at armperiph 25file arch/arm/cortex/a9wdt.c a9wdt 26