Added board files for valve node

This commit is contained in:
2025-06-12 10:00:49 +02:00
parent 6bccb8d792
commit 8d5139c621
5 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# SPDX-License-Identifier: Apache-2.0
# enable uart driver
CONFIG_SERIAL=y
# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# enable GPIO
CONFIG_GPIO=y