blob: 47b44bacd2684bcd7654c498d8fb7860bc70ed78 [file] [log] [blame]
/*
* Copyright (c) 2019 Lemonbeat GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <silabs/efm32jg12b.dtsi>
/ {
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(256)>;
};
soc {
compatible = "silabs,efm32jg12b500f1024gl125", "silabs,efm32jg12b", "silabs,efm32", "simple-bus";
flash-controller@400e0000 {
flash0: flash@0 {
reg = <0 DT_SIZE_K(1024)>;
};
};
};
};