1/*
2 * Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company) or
3 * an affiliate of Cypress Semiconductor Corporation
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8#include <arm/armv7-m.dtsi>
9#include "../psoc6_02/psoc6_02.124-bga.dtsi"
10
11cpus {
12	/delete-node/ cpu@0;
13};
14
15&flash0 {
16	reg = <0x10000000 0x100000>;
17};
18
19&sram0 {
20	reg = <0x8000000 0x80000>;
21};
22
23&nvic {
24	arm,num-irq-priority-bits = <3>;
25};
26