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 11&flash0 { 12 reg = <0x10000000 0x100000>; 13}; 14 15&sram0 { 16 reg = <0x8000000 0x80000>; 17}; 18 19/delete-node/ &scb3; 20 21/delete-node/ &scb7; 22 23/delete-node/ &scb10; 24 25/delete-node/ &scb11; 26 27/delete-node/ &scb12; 28 29&nvic { 30 arm,num-irq-priority-bits = <3>; 31}; 32