868f722ca1
Add SoC support to enable Cypress PSoC-6 pinctrl. This add devicetree macros to handle pinctrl nodes and SoC GPIO methods to configure pins. Signed-off-by: Gerson Fernando Budke <gerson.budke@atl-electronics.com>
10 lines
170 B
CMake
10 lines
170 B
CMake
#
|
|
# Copyright (c) 2018, Cypress
|
|
# Copyright (c) 2021, ATL Electronics
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
add_subdirectory(${SOC_SERIES})
|
|
add_subdirectory(common)
|