Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary-ovo committed Jun 18, 2024
1 parent 42361d7 commit e9a30a1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config/boards/arm/weekin840_m2/weekin840_m2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,20 @@
&gpio1 {
status = "okay";
};

/*
&i2c0 {
compatible = "nordic,nrf-twi";
sda-pin = <15>;
scl-pin = <17>;
};

*/
/*
&uart0 {
compatible = "nordic,nrf-uarte";
tx-pin = <6>;
rx-pin = <8>;
};
*/
&usbd {
compatible = "nordic,nrf-usbd";
status = "okay";
Expand Down

0 comments on commit e9a30a1

Please sign in to comment.