zephyr/dts/arm/silabs/efm32wg990f256.dtsi

19 lines
253 B
Plaintext

/*
* Copyright (c) 2018 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <silabs/efm32wg.dtsi>
/ {
flash@0 {
reg = <0 DT_SIZE_K(256)>;
};
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(32)>;
};
};