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 394aaaa commit 38ea08dCopy full SHA for 38ea08d
samples/cellular/slm_shell/boards/nrf5340dk_nrf5340_cpuapp.overlay
@@ -28,6 +28,17 @@
28
pinctrl-names = "default", "sleep";
29
};
30
31
+/ {
32
+ slm_gpio_pins: slm_gpio_pins {
33
+ compatible = "slm-gpio-pins";
34
+ power-gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
35
+ power-gpios-active-time-ms = <100>;
36
+ power-gpios-debounce-time-ms = <50>;
37
+ indicate-gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
38
+ indicate-gpios-active-time-ms = <100>;
39
+ };
40
+};
41
+
42
&pinctrl {
43
uart2_default: uart2_default {
44
group1 {
0 commit comments