Skip to content

Commit

Permalink
beagleconnect_freedom: Add SPI support
Browse files Browse the repository at this point in the history
- Only supports master mode

Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com>
  • Loading branch information
Ayush1325 committed Jun 13, 2024
1 parent 029bd83 commit 6aafcc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
builtin-led-gpios = <&gpio0 18 GPIO_ACTIVE_HIGH>; /* 2.4GHz TX/RX */
serials = <&uart0 &uart1>;
i2cs = <&i2c0>;
spis = <&spi0>;
};
};

Expand Down

0 comments on commit 6aafcc7

Please sign in to comment.