mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 03:51:56 +00:00
This commit adds support for Silicon Labs SLSTK3401A Pearl Gecko board. Signed-off-by: Rafael Dias Menezes <rdmeneze@gmail.com>
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
/*
|
|
* Copyright (c) 2020 Rafael Dias Menezes <rdmeneze@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include <silabs/efm32pg1b200f256gm48.dtsi>
|
|
#include "efm32pg_stk3401a_common.dtsi"
|
|
|
|
/ {
|
|
model = "Silicon Labs EFM32PG STK3401A board";
|
|
compatible = "silabs,efm32pg_stk3401a", "silabs,efm32pg1b";
|
|
};
|