Add machine configuration file for the Firefly RK3288

This commit is contained in:
Romain Perier 2015-01-11 13:38:52 +00:00
parent e4758a1af7
commit d9f365fc7c

14
conf/machine/firefly.conf Normal file
View File

@ -0,0 +1,14 @@
# Copyright (C) 2014 Romain Perier
# Released under the MIT license (see COPYING.MIT for the terms)
#@TYPE: Machine
#@NAME: Firefly RK3288
#@DESCRIPTION: Machine configuration for the firefly RK3288, based on Rockchip RK33288 SoC
#http://www.t-firefly.com/en/
require conf/machine/include/tune-cortexa15.inc
PREFERRED_PROVIDER_virtual/kernel = "linux"
SERIAL_CONSOLES = "115200;ttyS2"
KERNEL_IMAGETYPE = "zImage"
KERNEL_DEVICETREE_NAME = "rk3288-evb-act8846"