File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed
tests/drivers/pwm/gpio_loopback Expand file tree Collapse file tree 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:
1616 - nrf54h20dk/nrf54h20/cpuapp
1717 - nrf54l15dk/nrf54l15/cpuapp
1818 - nrf54l20pdk/nrf54l20/cpuapp
19+ - nrf7120pdk/nrf7120/cpuapp
1920 integration_platforms :
2021 - nrf54h20dk/nrf54h20/cpuapp
2122 - nrf54l15dk/nrf54l15/cpuapp
23+ - nrf7120pdk/nrf7120/cpuapp
2224
2325 drivers.pwm.gpio_loopback.fast_p7_0 :
2426 platform_allow :
You can’t perform that action at this time.
0 commit comments