zephyr/boards/arm/particle_xenon/mesh_feather_uart1_rtscts.dtsi

15 lines
329 B
Plaintext

/*
* Copyright (c) 2018 Peter Bigot Consulting, LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Add hardware flow control to UART1 on Feather-based mesh boards
*
* NOTE: This file is replicated in particle_{argon,boron,xenon}.
* Changes should be made in all instances. */
&uart0 {
rts-pin = <33>;
cts-pin = <34>;
};