Removed flow control configuration from Kconfig and updated samples to use device tree for that. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
8 lines
152 B
Text
8 lines
152 B
Text
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
&uart0 {
|
|
compatible = "nordic,nrf-uart";
|
|
current-speed = <1000000>;
|
|
status = "okay";
|
|
hw-flow-control;
|
|
};
|