Skip to content

Commit

Permalink
[nrf fromtree] boards: nordic: Do not enable hw-flow-control on console
Browse files Browse the repository at this point in the history
Like in all other legacy boards, hw-flow-control should not be
enabled for console UART. With hw-flow-control sample stuck
during printing some initial information and sample appears to
be not working correctly unless com port is opened.

Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit 01f2740)
  • Loading branch information
nordic-krch committed Oct 21, 2024
1 parent 8d6fc59 commit 518a627
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ ipc0: &cpuapp_cpurad_ipc {
pinctrl-0 = <&uart136_default>;
pinctrl-1 = <&uart136_sleep>;
pinctrl-names = "default", "sleep";
hw-flow-control;
};

&gpio6 {
Expand Down
1 change: 0 additions & 1 deletion boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuppr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
pinctrl-0 = <&uart135_default>;
pinctrl-1 = <&uart135_sleep>;
pinctrl-names = "default", "sleep";
hw-flow-control;
};

&uart136 {
Expand Down
1 change: 0 additions & 1 deletion boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ ipc0: &cpuapp_cpurad_ipc {
pinctrl-0 = <&uart135_default>;
pinctrl-1 = <&uart135_sleep>;
pinctrl-names = "default", "sleep";
hw-flow-control;
};

&uart136 {
Expand Down
1 change: 0 additions & 1 deletion boards/nordic/nrf54l15dk/nrf54l15_cpuapp_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@

&uart20 {
status = "okay";
hw-flow-control;
};

&gpio0 {
Expand Down
1 change: 0 additions & 1 deletion boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuflpr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@

&uart30 {
status = "okay";
hw-flow-control;
};

&gpio0 {
Expand Down
1 change: 0 additions & 1 deletion boards/nordic/nrf54l15pdk/nrf54l15_cpuapp_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@

&uart20 {
status = "okay";
hw-flow-control;
};

&gpio0 {
Expand Down
1 change: 0 additions & 1 deletion boards/nordic/nrf54l15pdk/nrf54l15pdk_nrf54l15_cpuflpr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@

&uart30 {
status = "okay";
hw-flow-control;
};

&gpio0 {
Expand Down
1 change: 0 additions & 1 deletion boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuapp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ ipc0: &cpuapp_cpurad_ipc {
pinctrl-0 = <&uart136_default>;
pinctrl-1 = <&uart136_sleep>;
pinctrl-names = "default", "sleep";
hw-flow-control;
};

&gpio6 {
Expand Down
1 change: 0 additions & 1 deletion boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpuppr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
pinctrl-0 = <&uart135_default>;
pinctrl-1 = <&uart135_sleep>;
pinctrl-names = "default", "sleep";
hw-flow-control;
};

&uart136 {
Expand Down
1 change: 0 additions & 1 deletion boards/nordic/nrf9280pdk/nrf9280pdk_nrf9280_cpurad.dts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ ipc0: &cpuapp_cpurad_ipc {
pinctrl-0 = <&uart135_default>;
pinctrl-1 = <&uart135_sleep>;
pinctrl-names = "default", "sleep";
hw-flow-control;
};

&uart136 {
Expand Down

0 comments on commit 518a627

Please sign in to comment.