Commit 58299535 authored by Hein Wessels's avatar Hein Wessels Committed by Carles Cufi
Browse files

tests: drivers: pwm_capture: nucleo_h743zi: add four channel capture



At least one of this test cases in pwm_capture needs to verify
the working of four-channel-capture-support.

Signed-off-by: default avatarHein Wessels <heinwessels93@gmail.com>
parent 17326510
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -31,5 +31,10 @@
		status = "okay";
		pinctrl-0 = <&tim5_ch1_pa0>; /* CN11 PIN28 */
		pinctrl-names = "default";

		/* At least one of the test devices need to verify
		 * the four-channel-capture-support in this test.
		 */
		 four-channel-capture-support;
	};
};