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_01/psoc6_01.116-bga-ble.dtsi" 10 11&flash0 { 12 reg = <0x10000000 0x80000>; 13}; 14 15&sram0 { 16 reg = <0x8000000 0x20000>; 17}; 18 19&nvic { 20 arm,num-irq-priority-bits = <3>; 21}; 22