File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
tests/drivers/uart/uart_async_dual/boards Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 60
60
};
61
61
};
62
62
63
+ &timer134 {
64
+ status = "reserved";
65
+ };
66
+
67
+ &dppic135 {
68
+ owned-channels = <0>;
69
+ source-channels = <0>;
70
+ status = "okay";
71
+ };
72
+
63
73
dut: &uart134 {
64
74
status = "okay";
65
75
current-speed = <115200>;
66
76
pinctrl-0 = <&uart134_alt_default>;
67
77
pinctrl-1 = <&uart134_alt_sleep>;
68
78
pinctrl-names = "default", "sleep";
69
79
hw-flow-control;
80
+ timer = <&timer134>;
70
81
zephyr,pm-device-runtime-auto;
71
82
};
72
83
@@ -80,12 +91,23 @@ dut_aux: &uart137 {
80
91
zephyr,pm-device-runtime-auto;
81
92
};
82
93
94
+ &dppic120 {
95
+ owned-channels = <0>;
96
+ source-channels = <0>;
97
+ status = "okay";
98
+ };
99
+
100
+ &timer120 {
101
+ status = "reserved";
102
+ };
103
+
83
104
dut2: &uart120 {
84
105
pinctrl-0 = <&uart120_default_alt>;
85
106
pinctrl-1 = <&uart120_sleep_alt>;
86
107
pinctrl-names = "default", "sleep";
87
108
current-speed = <115200>;
88
109
hw-flow-control;
110
+ timer = <&timer120>;
89
111
zephyr,pm-device-runtime-auto;
90
112
};
91
113
You can’t perform that action at this time.
0 commit comments