1 1.1.2.2 yamt # $Id: files.imx23,v 1.1.2.2 2013/01/16 05:32:47 yamt Exp $ 2 1.1.2.2 yamt # 3 1.1.2.2 yamt # Freescale i.MX23 applications processor configuration info. 4 1.1.2.2 yamt # 5 1.1.2.2 yamt 6 1.1.2.2 yamt file arch/arm/imx/imx23_space.c apbh|apbx 7 1.1.2.2 yamt file arch/arm/imx/imx23_dma.c apbh|apbx 8 1.1.2.2 yamt 9 1.1.2.2 yamt # APBH bus interface 10 1.1.2.2 yamt device apbh {addr=0, size=0, irq=-1} : bus_space_generic 11 1.1.2.2 yamt attach apbh at mainbus 12 1.1.2.2 yamt file arch/arm/imx/imx23_apbh.c apbh 13 1.1.2.2 yamt 14 1.1.2.2 yamt # APBX bus interface 15 1.1.2.2 yamt device apbx {addr=0, size=0, irq=-1} : bus_space_generic 16 1.1.2.2 yamt attach apbx at mainbus 17 1.1.2.2 yamt file arch/arm/imx/imx23_apbx.c apbx 18 1.1.2.2 yamt 19 1.1.2.2 yamt # Interrupt controller 20 1.1.2.2 yamt include "arch/arm/pic/files.pic" 21 1.1.2.2 yamt device icoll: pic, pic_splfuncs 22 1.1.2.2 yamt attach icoll at apbh 23 1.1.2.2 yamt file arch/arm/imx/imx23_icoll.c icoll 24 1.1.2.2 yamt file arch/arm/arm32/irq_dispatch.S 25 1.1.2.2 yamt 26 1.1.2.2 yamt # Synchronous serial port (for SD/MMC) 27 1.1.2.2 yamt device ssp: sdmmcbus 28 1.1.2.2 yamt attach ssp at apbh 29 1.1.2.2 yamt file arch/arm/imx/imx23_ssp.c ssp 30 1.1.2.2 yamt 31 1.1.2.2 yamt # PL011 Debug console 32 1.1.2.2 yamt attach plcom at apbx with imx23plcom 33 1.1.2.2 yamt file arch/arm/imx/imx23_plcom.c imx23plcom 34 1.1.2.2 yamt 35 1.1.2.2 yamt # Timers and rotary decoder 36 1.1.2.2 yamt device timrot 37 1.1.2.2 yamt attach timrot at apbx 38 1.1.2.2 yamt file arch/arm/imx/imx23_timrot.c timrot 39 1.1.2.2 yamt 40 1.1.2.2 yamt # APB{H,X} DMA 41 1.1.2.2 yamt device apbdma 42 1.1.2.2 yamt attach apbdma at apbh, apbx 43 1.1.2.2 yamt file arch/arm/imx/imx23_apbdma.c apbdma 44