1/* 2 * Copyright (c) 2018 Linaro Limited 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <mem.h> 8#include <nordic/nrf52810.dtsi> 9 10&flash0 { 11 reg = <0x00000000 DT_SIZE_K(192)>; 12}; 13 14&sram0 { 15 reg = <0x20000000 DT_SIZE_K(24)>; 16}; 17 18/ { 19 soc { 20 compatible = "nordic,nrf52810-qfaa", "nordic,nrf52810", 21 "nordic,nrf52", "simple-bus"; 22 }; 23}; 24