15 lines
186 B
Plaintext
15 lines
186 B
Plaintext
|
# Copyright 2020 Broadcom
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_BCM58402_M7
|
||
|
|
||
|
config NUM_IRQS
|
||
|
int
|
||
|
default 240
|
||
|
|
||
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||
|
int
|
||
|
default 500000000
|
||
|
|
||
|
endif
|