mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
f749db3a75
LS2085A is an ARMv8 implementation. This adds board support for emulator and simulator: Two DDR controllers UART2 is used as the console IFC timing is tightened for speedy booting Support DDR3 and DDR4 as separated targets Management Complex (MC) is enabled Support for GIC 500 (based on GICv3 arch) Signed-off-by: York Sun <yorksun@freescale.com> Signed-off-by: Arnab Basu <arnab.basu@freescale.com> Signed-off-by: J. German Rivera <German.Rivera@freescale.com> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
16 lines
299 B
C
16 lines
299 B
C
/*
|
|
* Copyright (C) 2014 Freescale Semiconductor
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __LS2_SIMU_H
|
|
#define __LS2_SIMU_H
|
|
|
|
#include "ls2085a_common.h"
|
|
|
|
/* SMSC 91C111 ethernet configuration */
|
|
#define CONFIG_SMC91111
|
|
#define CONFIG_SMC91111_BASE (0x2210000)
|
|
|
|
#endif /* __LS2_SIMU_H */
|