Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
daysgobye committed May 29, 2024
1 parent c91cc64 commit b3f7ccd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion boards/arm/bnicorne/bnicorne_left.dts
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,25 @@
};
};


spi2_sleep: spi2_sleep {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 0, 3)>,
<NRF_PSEL(SPIM_MOSI, 0, 2)>;
low-power-enable;
};
};


};


&spi2 {
status = "okay";
compatible = "nordic,nrf-spim";
pinctrl-0 = <&spi2_default>;
pinctrl-names = "default";
pinctrl-1 = <&spi2_sleep>;
pinctrl-names = "default", "sleep";
cs-gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;

epd: il0323@0 {
Expand Down

0 comments on commit b3f7ccd

Please sign in to comment.