Skip to content

Commit dff9d53

Browse files
committed
tests: drivers: uart: async_dual: Update configuration for nrf54l
Add timer property to the uart device under test. Add zephyr,pm-device-runtime-auto to the uart device under test. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
1 parent 77653ef commit dff9d53

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/drivers/uart/uart_async_api/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dut: &uart21 {
4242
pinctrl-1 = <&uart21_sleep_alt>;
4343
pinctrl-names = "default", "sleep";
4444
current-speed = <115200>;
45+
timer = <&timer21>;
4546
};
4647

4748
dut2: &uart00 {

tests/drivers/uart/uart_async_dual/boards/nrf54l15dk_nrf54l15_cpuapp.overlay

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,19 @@
3838
};
3939
};
4040

41+
&timer21 {
42+
status = "reserved";
43+
};
44+
4145
dut: &uart21 {
4246
status = "okay";
4347
current-speed = <115200>;
4448
pinctrl-0 = <&uart21_default>;
4549
pinctrl-1 = <&uart21_sleep>;
4650
pinctrl-names = "default", "sleep";
4751
hw-flow-control;
52+
timer = <&timer21>;
53+
zephyr,pm-device-runtime-auto;
4854
};
4955

5056
dut_aux: &uart22 {
@@ -54,6 +60,7 @@ dut_aux: &uart22 {
5460
pinctrl-1 = <&uart22_sleep>;
5561
pinctrl-names = "default", "sleep";
5662
hw-flow-control;
63+
zephyr,pm-device-runtime-auto;
5764
};
5865

5966
&timer20 {

0 commit comments

Comments
 (0)