mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 09:05:59 +00:00
This is a generic SOC description applicable to common LEON3 systems. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
11 lines
155 B
C
11 lines
155 B
C
/*
|
|
* Copyright (c) 2019-2020 Cobham Gaisler AB
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __SOC_H__
|
|
#define __SOC_H__
|
|
|
|
#endif /* __SOC_H__ */
|