We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227dece commit 195647dCopy full SHA for 195647d
tests/drivers/comparator/gpio_loopback/boards/mck_ra8t2_r7ka8t2lfecac_cm85.overlay
@@ -0,0 +1,31 @@
1
+/*
2
+ * Copyright (c) 2025 Renesas Electronics Corporation
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+
6
+#include <zephyr/dt-bindings/gpio/gpio.h>
7
8
+/ {
9
+ aliases {
10
+ test-comp = &acmphs0;
11
+ };
12
13
+ zephyr,user {
14
+ test-gpios = <&ioport6 14 GPIO_ACTIVE_HIGH>;
15
16
+};
17
18
+&acmphs_global {
19
+ status = "okay";
20
21
+ acmphs0 {
22
+ pinctrl-0 = <&acmphs0_ivcmp0>;
23
+ pinctrl-names = "default";
24
+ interrupts = <95 1>;
25
+ interrupt-names = "hs";
26
+ reference-input-source = "ivref2";
27
+ compare-input-source = "ivcmp0";
28
+ noise-filter = <1>;
29
30
31
0 commit comments