File tree 3 files changed +38
-0
lines changed
tests/drivers/pwm/gpio_loopback
3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ */
6
+
7
+ #include <zephyr/dt-bindings/pwm/pwm.h>
8
+ #include <zephyr/dt-bindings/gpio/nordic-nrf-gpio.h>
9
+
10
+ / {
11
+ pwm_to_gpio_loopback: pwm_to_gpio_loopback {
12
+ compatible = "test-pwm-to-gpio-loopback";
13
+ pwms = <&pwm20 0 0 PWM_POLARITY_NORMAL>;
14
+ gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
15
+ };
16
+ };
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ */
6
+
7
+ #include <zephyr/dt-bindings/pwm/pwm.h>
8
+ #include <zephyr/dt-bindings/gpio/nordic-nrf-gpio.h>
9
+
10
+ / {
11
+ pwm_to_gpio_loopback: pwm_to_gpio_loopback {
12
+ compatible = "test-pwm-to-gpio-loopback";
13
+ pwms = <&pwm20 0 0 PWM_POLARITY_NORMAL>;
14
+ gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
15
+ };
16
+ };
17
+
18
+ &uart30 {
19
+ /delete-property/ hw-flow-control;
20
+ };
Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ tests:
16
16
- nrf54h20dk/nrf54h20/cpuapp
17
17
- nrf54l15dk/nrf54l15/cpuapp
18
18
- nrf54l20pdk/nrf54l20/cpuapp
19
+ - nrf7120pdk/nrf7120/cpuapp
19
20
integration_platforms :
20
21
- nrf54h20dk/nrf54h20/cpuapp
21
22
- nrf54l15dk/nrf54l15/cpuapp
23
+ - nrf7120pdk/nrf7120/cpuapp
22
24
23
25
drivers.pwm.gpio_loopback.fast_p7_0 :
24
26
platform_allow :
You can’t perform that action at this time.
0 commit comments