2018-04-11 17:47:19 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Christian Taedcke <hacking@taedcke.com>
|
2019-12-04 17:38:47 +08:00
|
|
|
* Copyright (c) 2019 Lemonbeat GmbH
|
2018-04-11 17:47:19 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2019-12-04 17:38:47 +08:00
|
|
|
#include <silabs/efm32_jg_pg_12b.dtsi>
|
2018-04-11 17:47:19 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
cpus {
|
2019-06-21 20:47:08 +08:00
|
|
|
cpu0: cpu@0 {
|
2018-04-11 17:47:19 +08:00
|
|
|
compatible = "arm,cortex-m4f";
|
|
|
|
reg = <0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|