boards: nordic: nrf54h20dk: enable HWFC
For both UARTs connected to debugger chip. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
This commit is contained in:
parent
1ec6a94679
commit
c7c6cb4c99
3 changed files with 3 additions and 0 deletions
|
@ -173,4 +173,5 @@
|
||||||
pinctrl-0 = <&uart136_default>;
|
pinctrl-0 = <&uart136_default>;
|
||||||
pinctrl-1 = <&uart136_sleep>;
|
pinctrl-1 = <&uart136_sleep>;
|
||||||
pinctrl-names = "default", "sleep";
|
pinctrl-names = "default", "sleep";
|
||||||
|
hw-flow-control;
|
||||||
};
|
};
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
pinctrl-0 = <&uart135_default>;
|
pinctrl-0 = <&uart135_default>;
|
||||||
pinctrl-1 = <&uart135_sleep>;
|
pinctrl-1 = <&uart135_sleep>;
|
||||||
pinctrl-names = "default", "sleep";
|
pinctrl-names = "default", "sleep";
|
||||||
|
hw-flow-control;
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart136 {
|
&uart136 {
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
pinctrl-0 = <&uart135_default>;
|
pinctrl-0 = <&uart135_default>;
|
||||||
pinctrl-1 = <&uart135_sleep>;
|
pinctrl-1 = <&uart135_sleep>;
|
||||||
pinctrl-names = "default", "sleep";
|
pinctrl-names = "default", "sleep";
|
||||||
|
hw-flow-control;
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart136 {
|
&uart136 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue