7fcdbd9dc2
all integrated and on-board peripherals except the DataFlash (at91_spi(4) and at45d(4) still need to be unb0rken) and NAND Flash (missing NAND framework) are working. AFAICT, this makes FreeBSD the first operating system besides Nut/OS supporting Ethernut 5 out of tree.
15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
# $FreeBSD$
|
|
include "../at91/std.at91sam9"
|
|
|
|
options STARTUP_PAGETABLE_ADDR=0x20800000
|
|
makeoptions KERNPHYSADDR=0x20000000
|
|
makeoptions KERNVIRTADDR=0xc0000000
|
|
options KERNPHYSADDR=0x20000000
|
|
options KERNVIRTADDR=0xc0000000
|
|
|
|
# SAM9XE512 w/ 90.3168 MHz master clock
|
|
options AT91C_MASTER_CLOCK=90316800
|
|
|
|
device at91_board_ethernut5
|
|
nodevice at91sam9g20
|