2016-05-21 11:59:25 +08:00
|
|
|
/* soc.c - system/hardware module for em_starterkit BSP */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Synopsys, Inc. All rights reserved.
|
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-05-21 11:59:25 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* This module provides routines to initialize and support board-level hardware
|
|
|
|
* for the ARC EM Starter kit board.
|
|
|
|
*
|
2016-11-15 23:19:00 +08:00
|
|
|
* Nothing to be done for now.
|
2016-05-21 11:59:25 +08:00
|
|
|
*/
|