1# Copyright 2024 Junho Lee <junho@tsnlab.com> 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_BCM2712 5 6config NUM_IRQS 7 default 280 8 9config SYS_CLOCK_HW_CYCLES_PER_SEC 10 default 54000000 11 12endif 13