Skip to content

Commit 5ac665f

Browse files
nordic-pikrnordicjm
authored andcommitted
samples: basic: empty: Disable uart
Disable UART in nrf54h20 cpurad to reduce power consumption. Signed-off-by: Piotr Krzyzanowski <[email protected]>
1 parent ce59389 commit 5ac665f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&uart135 {
8+
status = "disabled";
9+
};

0 commit comments

Comments
 (0)