# Compatibility options
include "conf/compat_netbsd30.config"
options COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries
# Shared memory options
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
# Device options
#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
#options MEMORY_DISK_ROOT_SIZE=8192 # Size in blocks
#options MEMORY_DISK_DYNAMIC
#options MINIROOTSIZE=1000 # Size in blocks
#options MEMORY_DISK_IS_ROOT # use memory disk as root
# Wedge support
options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
# Valid options for BOOT_ARGS:
# single Boot to single user only
# kdb Give control to kernel debugger
# ask Ask for file name to reboot from
# memorydisk=<n> Set memorydisk size to <n> KB
# quiet Show aprint_naive output
# verbose Show aprint_normal and aprint_verbose output
options BOOT_ARGS="\"\""
config netbsd root on ? type ?
# The main bus device
mainbus0 at root
# The boot cpu
cpu0 at mainbus?
#cpu* at mainbus?
# The MPCore interrupt controller and global timer
armperiph0 at mainbus? # A9 On-Chip Peripherals
armgic0 at armperiph? # ARM Generic Interrupt Controller
arml2cc0 at armperiph? flags 0 # ARM PL310 L2CC
arma9tmr0 at armperiph? # A9 Global Timer
arma9wdt0 at armperiph? flags 1 # A9 Watchdog Timer
# ChipCommonA Peripherals
bcmcca0 at mainbus? # ChipCommonA
#options CONADDR=0x18000300, CONSPEED=115200
options CONSPEED=9600
com0 at bcmcca? channel 0
com* at bcmcca? channel 1
# ChipCommonB Peripherals
bcmccb0 at mainbus? # ChipCommonB
bcmpax* at bcmccb? port ? flags 2 # use bounce buffers
pci* at bcmpax?
ppb* at pci? dev ? function ?
pci* at ppb?
ahcisata* at pci? dev ? function ?
atabus* at ahcisata? channel ?
#options ATADEBUG
wd* at atabus? drive ?
wm* at pci? dev ? function ?
makphy* at mii?
ukphy* at mii?
bcmmdio0 at bcmccb0
bcmeth* at bcmccb? port ?
# SDHC controllers
sdhc0 at bcmccb0
sdmmc* at sdhc? # SD/MMC bus
ld* at sdmmc?
# Random Number Generator
bcmrng0 at bcmccb0
# NAND controller
#bcmnand0 at bcmccb0
# NAND layer
#nand0 at nandbus?
# use the bad block table
#options NAND_BBT
# Define flash partitions for board
#flash0 at nand0 offset 0x000000 size 0x080000 readonly 1 # X-Loader
#flash1 at nand0 offset 0x080000 size 0x1e0000 readonly 1 # U-Boot
#flash2 at nand0 offset 0x260000 size 0x020000 readonly 1 # UB Env
#flash3 at nand0 offset 0x280000 size 0x400000 # kernel
#flash4 at nand0 offset 0x680000 size 0 # filesystem
# I2C Controller
bcmi2c0 at bcmccb0
iic* at bcmi2c?
# NAND Controller
bcmnand0 at bcmccb0
nand* at nandbus?
flash* at nand?
# Watchdog timers
#bcmwdt* at bcmccb0
# On-board USB
bcmusb* at bcmccb0
ohci* at bcmusb0
usb* at ohci?
ehci* at bcmusb0
usb* at ehci?
uhub* at usb?
uhub* at uhub? port ?
umass* at uhub? port ? configuration ? interface ?
scsibus* at scsi?
sd* at scsibus? target ? lun ?
# USB Ethernet adapters
axe* at uhub? port ? configuration ? interface ?
# Hardware clocking and power management
# Pseudo-Devices
# disk/mass storage pseudo-devices
#pseudo-device md # memory disk device (ramdisk)
#pseudo-device vnd # disk-like interface to files
#pseudo-device fss # file system snapshot device
#pseudo-device putter # for puffs and pud