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 b72846f commit 2259ffcCopy full SHA for 2259ffc
variants/beagleconnect_freedom/beagleconnect_freedom.overlay
@@ -0,0 +1,14 @@
1
+/*
2
+ * Copyright (c) 2024 Ayush Singh <ayush@beagleboard.org>
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ / {
8
+ zephyr,user {
9
+ digital-pin-gpios = <&gpio0 18 GPIO_ACTIVE_HIGH>; /* 2.4GHz TX/RX */
10
+ builtin-led-gpios = <&gpio0 18 GPIO_ACTIVE_HIGH>; /* 2.4GHz TX/RX */
11
+ serials = <&uart0 &uart1>;
12
+ i2cs = <&i2c0>;
13
+ };
14
variants/beagleconnect_freedom/variants.h
@@ -0,0 +1,11 @@
+/* All the pins that are 100 + x are gpio1 pins and < 100 are in gpio0 */
+#pragma once
+#define LED_BUILTIN 0
0 commit comments