zephyr/boards/arm/efm32pg_stk3402a/efm32pg_stk3402a_jg.dts
Christian Taedcke 089f30759a board: efm32pg_stk3402a: Add option to compile for EFM32JG12B
By default the firmware is compiled for the EFM32PG12B SoC with the ARM
Cortex-M4F core. When building for efm32pg_stk3402a_jg, The firmware is
compiled for the EFM32JG12B SoC with the ARM Cortex-M3 core.

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

16 lines
311 B
Plaintext

/*
* Copyright (c) 2019 Lemonbeat GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <silabs/efm32jg12b500f1024gl125.dtsi>
#include "efm32pg_stk3402a_common.dtsi"
/ {
model = "Silicon Labs EFM32PG STK3402A board (JG)";
compatible = "silabs,efm32pg_stk3402a_jg", "silabs,efm32jg12b";
};