1# Copyright 2023 honglin leng <a909204013@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_BCM2711
5
6config NUM_IRQS
7	default 260
8
9config SYS_CLOCK_HW_CYCLES_PER_SEC
10	default 54000000
11
12endif
13