Skip to content

Commit d48f1a4

Browse files
committed
Revert "[nrf fromtree] boards: nordic: Do not enable hw-flow-control on console"
This reverts commit dded8c2.
1 parent 582a341 commit d48f1a4

10 files changed

+10
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ ipc0: &cpuapp_cpurad_ipc {
255255
pinctrl-0 = <&uart136_default>;
256256
pinctrl-1 = <&uart136_sleep>;
257257
pinctrl-names = "default", "sleep";
258+
hw-flow-control;
258259
};
259260

260261
&gpio6 {

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuppr.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
pinctrl-0 = <&uart135_default>;
4949
pinctrl-1 = <&uart135_sleep>;
5050
pinctrl-names = "default", "sleep";
51+
hw-flow-control;
5152
};
5253

5354
&uart136 {

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ ipc0: &cpuapp_cpurad_ipc {
100100
pinctrl-0 = <&uart135_default>;
101101
pinctrl-1 = <&uart135_sleep>;
102102
pinctrl-names = "default", "sleep";
103+
hw-flow-control;
103104
};
104105

105106
&uart136 {

boards/nordic/nrf54l15dk/nrf54l15_cpuapp_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787

8888
&uart20 {
8989
status = "okay";
90+
hw-flow-control;
9091
};
9192

9293
&gpio0 {

boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuflpr.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
&uart30 {
5050
status = "okay";
51+
hw-flow-control;
5152
};
5253

5354
&gpio0 {

boards/nordic/nrf54l15pdk/nrf54l15_cpuapp_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787

8888
&uart20 {
8989
status = "okay";
90+
hw-flow-control;
9091
};
9192

9293
&gpio0 {

boards/nordic/nrf54l15pdk/nrf54l15pdk_nrf54l15_cpuflpr.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
&uart30 {
5050
status = "okay";
51+
hw-flow-control;
5152
};
5253

5354
&gpio0 {

boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ ipc0: &cpuapp_cpurad_ipc {
246246
pinctrl-0 = <&uart136_default>;
247247
pinctrl-1 = <&uart136_sleep>;
248248
pinctrl-names = "default", "sleep";
249+
hw-flow-control;
249250
};
250251

251252
&gpio6 {

boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuppr.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
pinctrl-0 = <&uart135_default>;
5050
pinctrl-1 = <&uart135_sleep>;
5151
pinctrl-names = "default", "sleep";
52+
hw-flow-control;
5253
};
5354

5455
&uart136 {

boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpurad.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ ipc0: &cpuapp_cpurad_ipc {
105105
pinctrl-0 = <&uart135_default>;
106106
pinctrl-1 = <&uart135_sleep>;
107107
pinctrl-names = "default", "sleep";
108+
hw-flow-control;
108109
};
109110

110111
&uart136 {

0 commit comments

Comments
 (0)