562246dff8
specially aml8726-m6 and aml8726-m8b SoC based devices. aml8726-m6 SoC exist in devices such as Visson ATV-102. Hardkernel ODROID-C1 board has aml8726-m8b SoC. The following support is included: Basic machdep code SMP Interrupt controller Clock control driver (aka gate) Pinctrl Timer Real time clock UART GPIO I2C SD controller SDXC controller USB Watchdog Random number generator PLL / Clock frequency measurement Frame buffer Submitted by: John Wehle Approved by: stas (mentor)
22 lines
418 B
Plaintext
22 lines
418 B
Plaintext
# $FreeBSD$
|
|
|
|
cpu CPU_CORTEXA
|
|
machine arm armv6
|
|
makeoptions CONF_CFLAGS="-march=armv7a"
|
|
|
|
device fdt_pinctrl
|
|
|
|
files "../amlogic/aml8726/files.aml8726"
|
|
|
|
options ARM_L2_PIPT
|
|
|
|
# Set all global interrupts to be edge triggered, active high.
|
|
options GIC_DEFAULT_ICFGR_INIT=0xffffffff
|
|
|
|
options IPI_IRQ_START=0
|
|
options IPI_IRQ_END=15
|
|
|
|
#options EARLY_PRINTF
|
|
#options SOCDEV_PA=0xc8100000
|
|
#options SOCDEV_VA=0xd8100000
|