Home | History | Annotate | Line # | Download | only in conf
IMX23_OLINUXINO revision 1.1
      1 # $Id: IMX23_OLINUXINO,v 1.1 2012/11/20 19:08:45 jkunz Exp $
      2 #
      3 # IMX23_OLINUXINO -- Olimex i.MX23 OLinuXino kernel configuration file.
      4 #
      5 
      6 include "arch/evbarm/conf/std.imx23_olinuxino"
      7 
      8 maxusers	8
      9 
     10 config	netbsd	root on ? type ?
     11 
     12 # The main bus device
     13 mainbus0	at root
     14 
     15 # The boot CPU
     16 cpu0		at mainbus?
     17 
     18 # APBH bus
     19 apbh0		at mainbus? base 0x80000000 size 0x00040000
     20 
     21 # APBH DMA
     22 #apbdma0	at apbh? addr 0x80004000 size 0x2000 irq -1
     23 
     24 # Interrupt controller
     25 icoll0		at apbh? addr 0x80000000 size 0x2000 irq -1
     26 
     27 # Synchronous serial port for SD/MMC
     28 #ssp0		at apbh? addr 0x80010000 size 0x2000 irq 15
     29 #sdmmc*		at ssp?
     30 #ld*		at sdmmc?
     31 
     32 # APBX bus
     33 apbx0		at mainbus? base 0x80040000 size 0x00040000
     34 
     35 # APBX DMA
     36 #apbdma1	at apbx? addr 0x80024000 size 0x2000 irq -1
     37 
     38 # Timers and rotary decoder
     39 timrot0		at apbx? addr 0x80068020 size 0x20 irq 28
     40 timrot1		at apbx? addr 0x80068040 size 0x20 irq 29
     41 #timrot2	at apbx? addr 0x80068060 size 0x20 irq 30
     42 #timrot3	at apbx? addr 0x80068080 size 0x20 irq 31
     43 
     44 plcom0		at apbx? addr 0x80070000 size 0x1000 irq 0
     45 
     46 options		MEMSIZE=64
     47 options		DDB
     48 options		HZ=100
     49 
     50 options		MEMORY_DISK_HOOKS
     51 options		MEMORY_DISK_IS_ROOT
     52 options		MEMORY_DISK_ROOT_SIZE=12288 # 6 megs
     53 options		MEMORY_DISK_RBFLAGS=RB_SINGLE
     54 
     55 pseudo-device	md
     56 
     57 file-system	FFS
     58