1/* 2 * Copyright (c) 2023 Antmicro <www.antmicro.com> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include "efr32bg2x.dtsi" 8#include <mem.h> 9 10&msc { 11 flash0: flash@8000000 { 12 compatible = "soc-nv-flash"; 13 write-block-size = <4>; 14 erase-block-size = <8192>; 15 reg = <0x08000000 DT_SIZE_K(768)>; 16 }; 17}; 18 19&sram0 { 20 reg = <0x20000000 DT_SIZE_K(64)>; 21}; 22 23&gpio { 24 interrupts = <30 2 31 2>; 25}; 26 27&i2c0 { 28 interrupts = <32 0>; 29}; 30 31&i2c1 { 32 interrupts = <33 0>; 33}; 34 35&usart0 { 36 interrupts = <16 0>, <17 0>; 37}; 38 39&usart1 { 40 interrupts = <18 0>, <19 0>; 41}; 42 43&burtc0 { 44 interrupts = <23 0>; 45}; 46 47&stimer0 { 48 interrupts = <15 0>; 49}; 50 51&adc0 { 52 interrupts = <54 0>; 53}; 54