2022-09-07 17:06:30 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2021 Sateesh Kotapati
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2023-04-05 21:21:57 +08:00
|
|
|
#include "efr32bg2x.dtsi"
|
|
|
|
#include <mem.h>
|
2022-09-07 17:06:30 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
|
|
|
stimer0: stimer@58000000 {
|
|
|
|
compatible = "silabs,gecko-stimer";
|
|
|
|
reg = <0x58000000 0x3054>;
|
|
|
|
interrupts = <12 0>;
|
|
|
|
clock-frequency = <32768>;
|
|
|
|
prescaler = <1>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-04-05 21:21:57 +08:00
|
|
|
&sram0 {
|
|
|
|
reg = <0x20000000 DT_SIZE_K(32)>;
|
2022-09-07 17:06:30 +08:00
|
|
|
};
|
|
|
|
|
2023-04-05 21:21:57 +08:00
|
|
|
&flash0 {
|
|
|
|
reg = <0 DT_SIZE_K(512)>;
|
2022-09-07 17:06:30 +08:00
|
|
|
};
|