/* * Copyright (c) 2017 Florian Vaussard, HEIG-VD * * SPDX-License-Identifier: Apache-2.0 */ #include / { soc { pinctrl: pin-controller { usart3_pins_a: usart3@0 { rx_tx { rx = ; tx = ; }; }; usart3_pins_b: usart3@1 { rx_tx { rx = ; tx = ; }; }; }; }; };