add board support for adafruit_esp32s2_feather board series Signed-off-by: Philipp Steiner <philipp.steiner1987@gmail.com>
15 lines
290 B
Text
15 lines
290 B
Text
/*
|
|
* Copyright (c) 2025 Philipp Steiner <philipp.steiner@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "adafruit_feather_esp32s2_common.dtsi"
|
|
#include "feather_connector.dtsi"
|
|
|
|
/ {
|
|
model = "Adafruit Feather ESP32-S2";
|
|
compatible = "espressif,esp32s2";
|
|
};
|