Convert the HL201 config file to use FDT.
This commit is contained in:
parent
d53f7f64f7
commit
8f5f93be3a
@ -23,8 +23,6 @@ ident HL201
|
|||||||
|
|
||||||
include "../at91/std.hl201"
|
include "../at91/std.hl201"
|
||||||
|
|
||||||
#To statically compile in device wiring instead of /boot/device.hints
|
|
||||||
hints "HL201.hints"
|
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
@ -76,8 +74,14 @@ device loop
|
|||||||
device ether
|
device ether
|
||||||
device uart
|
device uart
|
||||||
device ate
|
device ate
|
||||||
|
device at91_wdt
|
||||||
device mii
|
device mii
|
||||||
#device lxtphy
|
device lxtphy
|
||||||
|
|
||||||
|
# I2C
|
||||||
|
device at91_twi # Atmel AT91 Two-wire Interface
|
||||||
|
device iic # I2C generic I/O device driver
|
||||||
|
device iicbus # I2C bus system
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options INVARIANTS # Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
@ -105,7 +109,7 @@ device miibus
|
|||||||
#device cue # CATC USB Ethernet
|
#device cue # CATC USB Ethernet
|
||||||
#device kue # Kawasaki LSI USB Ethernet
|
#device kue # Kawasaki LSI USB Ethernet
|
||||||
#device rue # RealTek RTL8150 USB Ethernet
|
#device rue # RealTek RTL8150 USB Ethernet
|
||||||
device udav # Davicom DM9601E USB
|
#device udav # Davicom DM9601E USB
|
||||||
# USB Wireless
|
# USB Wireless
|
||||||
#device rum # Ralink Technology RT2501USB wireless NICs
|
#device rum # Ralink Technology RT2501USB wireless NICs
|
||||||
#device uath # Atheros AR5523 wireless NICs
|
#device uath # Atheros AR5523 wireless NICs
|
||||||
@ -127,10 +131,16 @@ options ROOTDEVNAME=\"ufs:da0s1a\"
|
|||||||
# NAND Flash - my board as 128MB Samsung part, YMMV.
|
# NAND Flash - my board as 128MB Samsung part, YMMV.
|
||||||
device nand # NAND interface on CS3
|
device nand # NAND interface on CS3
|
||||||
|
|
||||||
|
# SPI: Data Flash
|
||||||
|
device at91_spi # SPI:
|
||||||
|
device spibus
|
||||||
|
device at45d # at45db642 and maybe others
|
||||||
|
|
||||||
|
|
||||||
# Coming soon, but not yet
|
# Coming soon, but not yet
|
||||||
#options FDT
|
options FDT
|
||||||
#options FDT_DTB_STATIC
|
options FDT_DTB_STATIC
|
||||||
#makeoptions FDT_DTS_FILE=hl201.dts
|
makeoptions FDT_DTS_FILE=hl201.dts
|
||||||
|
|
||||||
options EARLY_PRINTF
|
options EARLY_PRINTF
|
||||||
options SOCDEV_PA=0xfc000000
|
options SOCDEV_PA=0xfc000000
|
||||||
|
Loading…
Reference in New Issue
Block a user