Adding DTSI files for MPN's based on the PSoC6_03 and PSoC6_04 Signed-off-by: Sreeram Tatapudi <sreeram.praveen@infineon.com>
17 lines
338 B
Text
17 lines
338 B
Text
/*
|
|
* Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company) or
|
|
* an affiliate of Cypress Semiconductor Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <arm/armv7-m.dtsi>
|
|
#include "../psoc6_02/psoc6_02.100-wlcsp.dtsi"
|
|
|
|
cpus {
|
|
/delete-node/ cpu@0;
|
|
};
|
|
|
|
&nvic {
|
|
arm,num-irq-priority-bits = <3>;
|
|
};
|