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.68-qfn.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/delete-node/ &scb3; 24 25/delete-node/ &scb7; 26 27/delete-node/ &scb10; 28 29/delete-node/ &scb11; 30 31/delete-node/ &scb12; 32 33&nvic { 34 arm,num-irq-priority-bits = <3>; 35}; 36