File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2024 Nordic Semiconductor ASA
3+ *
4+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+ */
6+
7+ &uart0 {
8+ hw-flow-control;
9+ };
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2024 Nordic Semiconductor ASA
3+ *
4+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+ */
6+
7+ &uart0 {
8+ hw-flow-control;
9+ };
Original file line number Diff line number Diff line change @@ -16,3 +16,9 @@ boards:
1616 nrf54l15dk/nrf54l15/cpuapp :
1717 append :
1818 EXTRA_DTC_OVERLAY_FILE : boards/nrf54l15dk_nrf54l15_cpuapp.overlay
19+ nrf52840dk/nrf52840 :
20+ append :
21+ EXTRA_DTC_OVERLAY_FILE : boards/nrf52840dk_nrf52840.overlay
22+ nrf52dk/nrf52832 :
23+ append :
24+ EXTRA_DTC_OVERLAY_FILE : boards/nrf52dk_nrf52832.overlay
You can’t perform that action at this time.
0 commit comments