Added: nrf54h20dk_nrf54h20_cpuapp.overlay: Choose uart136 hwfc 115200 nrf54h20dk_nrf54h20_cpuapp.conf Signed-off-by: Aytürk Düzen <ayturk.duzen@nordicsemi.no>
14 lines
207 B
Text
14 lines
207 B
Text
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,uart-pipe = &uart136;
|
|
};
|
|
};
|
|
|
|
&uart136 {
|
|
compatible = "nordic,nrf-uarte";
|
|
current-speed = <115200>;
|
|
status = "okay";
|
|
hw-flow-control;
|
|
};
|