1# SPDX-License-Identifier: Apache-2.0
2
3if SOC_NIOS2_QEMU
4
5config SOC
6	default "nios2-qemu"
7
8config SYS_CLOCK_HW_CYCLES_PER_SEC
9	default 50000000
10
11endif
12