Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 68c1fc6

Browse files
committedJun 13, 2024
beagleconnect_freedom: Add SPI support
- Only supports master mode Signed-off-by: Ayush Singh <[email protected]>
1 parent 610bf60 commit 68c1fc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎variants/beagleconnect_freedom/beagleconnect_freedom.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@
4747
builtin-led-gpios = <&gpio0 18 GPIO_ACTIVE_HIGH>; /* 2.4GHz TX/RX */
4848
serials = <&uart0 &uart1>;
4949
i2cs = <&i2c0>;
50+
spis = <&spi0>;
5051
};
5152
};

0 commit comments

Comments
 (0)
Please sign in to comment.