Skip to content

Commit

Permalink
Update c2600 spi pins
Browse files Browse the repository at this point in the history
  • Loading branch information
dissent1 committed Nov 8, 2016
1 parent eed077d commit 26d7305
Showing 1 changed file with 16 additions and 1 deletion.
Expand Up @@ -46,8 +46,23 @@
mux {
pins = "gpio18", "gpio19", "gpio21";
function = "gsbi5";
bias-pulldown;
};

data {
pins = "gpio18", "gpio19";
drive-strength = <10>;
};

cs {
pins = "gpio20";
drive-strength = <10>;
bias-none;
bias-pull-up;
};

clk {
pins = "gpio21";
drive-strength = <12>;
};
};

Expand Down

0 comments on commit 26d7305

Please sign in to comment.