1/*
2 * Copyright (c) 2021 Rafael Dias Menezes <rdmeneze@gmail.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <silabs/efm32_pg_1b.dtsi>
8
9/ {
10 cpus {
11 cpu0: cpu@0 {
12 compatible = "arm,cortex-m4f";
13 reg = <0>;
14 };
15 };
16};
17