Skip to content

Commit

Permalink
Bad driver name and renamed to @SPI0
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Jan 9, 2024
1 parent bc92c87 commit 0a76e3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config/boards/shields/wyld_dm/wyld_dm_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
// };
//};

&blackpill_spi {
&spi0 {
status = "okay";
compatible = "nordic,nrf-spim";
cs-gpios = <&gpio0 31 GPIO_ACTIVE_LOW>;

trackball: trackball@0 {
status = "okay";
compatible = "pixart,pmw3660";
compatible = "pixart,pmw3360";
reg = <0>;
spi-max-frequency = <2000000>;
irq-gpios = <&gpio0 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
Expand Down

0 comments on commit 0a76e3c

Please sign in to comment.