Skip to content

Instantly share code, notes, and snippets.

@ohporter
Created October 30, 2012 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohporter/3977789 to your computer and use it in GitHub Desktop.
Save ohporter/3977789 to your computer and use it in GitHub Desktop.
bone spi1 pinctrl group
spi1_pins: pinmux_spi1_pins {
pinctrl-single,pins = <
0x190 0x13 /* mcasp0_aclkx.spi1_sclk, OUTPUT_PULLUP | MODE3 */
0x194 0x33 /* mcasp0_fsx.spi1_d0, INPUT_PULLUP | MODE3 */
0x198 0x13 /* mcasp0_axr0.spi1_d1, OUTPUT_PULLUP | MODE3 */
0x19c 0x13 /* mcasp0_ahclkr.spi1_cs0, OUTPUT_PULLUP | MODE3 */
>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment