1/*
2 * Copyright (c) 2018 Christian Taedcke <hacking@taedcke.com>
3 * Copyright (c) 2019 Lemonbeat GmbH
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8#include <silabs/efm32_jg_pg_12b.dtsi>
9
10/ {
11	cpus {
12		cpu0: cpu@0 {
13			compatible = "arm,cortex-m4f";
14			reg = <0>;
15		};
16	};
17};
18