Skip to content

Commit 2bb12fd

Browse files
committed
samples: re-enable UART flow control
Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
1 parent 10e8aae commit 2bb12fd

15 files changed

Lines changed: 0 additions & 69 deletions

samples/light_bulb/boards/nrf54l15dk_nrf54l10_cpuapp.overlay

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
ranges = <0x0 0x20000000 DT_SIZE_K(192)>;
2929
};
3030

31-
// TODO: re-enable HWFC once it's fixed
32-
&uart20 {
33-
/delete-property/ hw-flow-control;
34-
};
35-
3631
&pwm20 {
3732
status = "okay";
3833
pinctrl-0 = <&pwm_default>;

samples/light_bulb/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
ranges = <0x0 0x20000000 0x40000>;
2929
};
3030

31-
// TODO: re-enable HWFC once it's fixed
32-
&uart20 {
33-
/delete-property/ hw-flow-control;
34-
};
35-
3631
&pwm20 {
3732
status = "okay";
3833
pinctrl-0 = <&pwm_default>;

samples/light_switch/boards/nrf54l15dk_nrf54l10_cpuapp.overlay

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
ranges = <0x0 0x20000000 DT_SIZE_K(192)>;
2929
};
3030

31-
// TODO: re-enable HWFC once it's fixed
32-
&uart20 {
33-
/delete-property/ hw-flow-control;
34-
};
35-
3631
&pwm20 {
3732
status = "okay";
3833
pinctrl-0 = <&pwm_default>;

samples/light_switch/boards/nrf54l15dk_nrf54l10_cpuapp_fota.overlay

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
ranges = <0x0 0x20000000 DT_SIZE_K(192)>;
4040
};
4141

42-
// TODO: re-enable HWFC once it's fixed
43-
&uart20 {
44-
/delete-property/ hw-flow-control;
45-
};
46-
4742
&pwm20 {
4843
status = "okay";
4944
pinctrl-0 = <&pwm_default>;

samples/light_switch/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
ranges = <0x0 0x20000000 0x40000>;
2929
};
3030

31-
// TODO: re-enable HWFC once it's fixed
32-
&uart20 {
33-
/delete-property/ hw-flow-control;
34-
};
35-
3631
&pwm20 {
3732
status = "okay";
3833
pinctrl-0 = <&pwm_default>;

samples/light_switch/boards/nrf54l15dk_nrf54l15_cpuapp_fota.overlay

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
ranges = <0x0 0x20000000 0x40000>;
3030
};
3131

32-
// TODO: re-enable HWFC once it's fixed
33-
&uart20 {
34-
/delete-property/ hw-flow-control;
35-
};
36-
3732
&pwm20 {
3833
status = "okay";
3934
pinctrl-0 = <&pwm_default>;

samples/ncp/boards/nrf54l15dk_nrf54l05_cpuapp.overlay

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,12 @@
7373
status = "okay";
7474
};
7575

76-
// TODO: re-enable HWFC once it's fixed
7776
&uart20 {
7877
status = "okay";
7978
current-speed = <115200>;
8079
pinctrl-0 = <&uart20_default>;
8180
pinctrl-1 = <&uart20_sleep>;
8281
pinctrl-names = "default", "sleep";
83-
/delete-property/ hw-flow-control;
8482
};
8583

8684
&uart21 {
@@ -89,5 +87,4 @@
8987
pinctrl-0 = <&uart21_default>;
9088
pinctrl-1 = <&uart21_sleep>;
9189
pinctrl-names = "default", "sleep";
92-
/delete-property/ hw-flow-control;
9390
};

samples/ncp/boards/nrf54l15dk_nrf54l10_cpuapp.overlay

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,12 @@
7373
status = "okay";
7474
};
7575

76-
// TODO: re-enable HWFC once it's fixed
7776
&uart20 {
7877
status = "okay";
7978
current-speed = <115200>;
8079
pinctrl-0 = <&uart20_default>;
8180
pinctrl-1 = <&uart20_sleep>;
8281
pinctrl-names = "default", "sleep";
83-
/delete-property/ hw-flow-control;
8482
};
8583

8684
&uart21 {
@@ -89,5 +87,4 @@
8987
pinctrl-0 = <&uart21_default>;
9088
pinctrl-1 = <&uart21_sleep>;
9189
pinctrl-names = "default", "sleep";
92-
/delete-property/ hw-flow-control;
9390
};

samples/ncp/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,12 @@
7373
status = "okay";
7474
};
7575

76-
// TODO: re-enable HWFC once it's fixed
7776
&uart20 {
7877
status = "okay";
7978
current-speed = <115200>;
8079
pinctrl-0 = <&uart20_default>;
8180
pinctrl-1 = <&uart20_sleep>;
8281
pinctrl-names = "default", "sleep";
83-
/delete-property/ hw-flow-control;
8482
};
8583

8684
&uart21 {
@@ -89,5 +87,4 @@
8987
pinctrl-0 = <&uart21_default>;
9088
pinctrl-1 = <&uart21_sleep>;
9189
pinctrl-names = "default", "sleep";
92-
/delete-property/ hw-flow-control;
9390
};

samples/network_coordinator/boards/nrf54l15dk_nrf54l10_cpuapp.overlay

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
ranges = <0x0 0x20000000 DT_SIZE_K(192)>;
2929
};
3030

31-
// TODO: re-enable HWFC once it's fixed
32-
&uart20 {
33-
/delete-property/ hw-flow-control;
34-
};
35-
3631
&pwm20 {
3732
status = "okay";
3833
pinctrl-0 = <&pwm_default>;

0 commit comments

Comments
 (0)