Skip to content

Commit

Permalink
Claiming chip select for SPI. Closes BelaPlatform/Bela#221.
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliomoro committed Mar 25, 2018
1 parent 82859b2 commit bd65192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arm/am335x-bone-bela-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
0x154 0x30 /* spi0_d0, P9_21 | MODE0 | INPUT_PULLUP */
0x158 0x10 /* spi0_d1, P9_18 | MODE0 | OUTPUT_PULLUP */
0x15c 0x10 /* spi0_cs0, P9_17 | MODE0 | OUTPUT_PULLUP */
0x040 0x27 /* gpio used as chip select for ADC P9_15 | MODE7 | OUTPUT_PULLUP */
>;
};

Expand Down

0 comments on commit bd65192

Please sign in to comment.