zephyr/dts/arm/silabs/efm32jg12b.dtsi
Christian Taedcke 4ead400d79 arm: exx32: Add Silabs EFM32JG12B soc files
The Silicon Labs EFM32 Jade Gecko MCU includes:

    * Cortex-M3 core at 40MHz
    * up to 1024KB of flash and 256KB of RAM
    * multiple low power peripherals

This is basically the same as the EFM32 Pearl Gecko, but with an ARM
Cortex-M3 core instead of a Cortex-M4F.

Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
2020-01-30 07:06:54 -06:00

18 lines
276 B
Plaintext

/*
* Copyright (c) 2018 Christian Taedcke <hacking@taedcke.com>
* Copyright (c) 2019 Lemonbeat GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <silabs/efm32_jg_pg_12b.dtsi>
/ {
cpus {
cpu0: cpu@0 {
compatible = "arm,cortex-m3";
reg = <0>;
};
};
};