mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 23:55:22 +00:00
This adds support for the GR716A fault-tolerant LEON3 microcontroller. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
17 lines
224 B
Plaintext
17 lines
224 B
Plaintext
# Copyright (c) 2019-2020 Cobham Gaisler AB
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_GR716A
|
|
|
|
config SOC
|
|
default "gr716a"
|
|
|
|
config SPARC_NWIN
|
|
default 31
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
int
|
|
default 50000000
|
|
|
|
endif
|