blob: b85a4096d7d530c2e0a7b00b28b81f2402001bc8 [file]
/*
* Copyright (c) 2021 Sateesh Kotapati
* Copyright (c) 2025 Silicon Laboratories Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <silabs/xg22/efr32bg22.dtsi>
/ {
soc {
compatible = "silabs,efr32bg22c224f512im40", "silabs,efr32bg22", "silabs,xg22",
"silabs,efr32", "simple-bus";
};
};
&flash0 {
reg = <0x00000000 DT_SIZE_K(512)>;
};
&sram0 {
reg = <0x20000000 DT_SIZE_K(32)>;
};