14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
|
||
|
* an affiliate of Cypress Semiconductor Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include <arm/armv8-m.dtsi>
|
||
|
#include "../cyw20829/cyw20829.56-qfn.dtsi"
|
||
|
|
||
|
&nvic {
|
||
|
arm,num-irq-priority-bits = <3>;
|
||
|
};
|