blob: 75dfcc089ecaf8d02382b1ef5591a5d73e2e9362 [file] [log] [blame]
/*
* Copyright (c) 2019 Steven Lemaire
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <silabs/efr32mg21.dtsi>
/ {
sram0: memory@20000000 {
reg = <0x20000000 DT_SIZE_K(96)>;
};
soc {
compatible = "silabs,efr32mg21a020f1024im32", "silabs,efr32mg21", "silabs,efr32", "simple-bus";
flash-controller@40030000 {
flash0: flash@0 {
reg = <0 DT_SIZE_K(1024)>;
};
};
};
};