mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 19:01:56 +00:00
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>
16 lines
311 B
Plaintext
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";
|
|
|
|
};
|