Skip to content

Commit 017383c

Browse files
authored
Merge pull request #76 from brandonmoak/spi_overlays
added exclusive use to spi0 overlay, removed unused pins from spi1 overl...
2 parents 165301f + 7fda2e3 commit 017383c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

overlays/ADAFRUIT-SPI0-00A0.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
/* version */
1111
version = "00A0";
1212

13+
exclusive-use =
14+
/* the pin header uses */
15+
"P9.17",
16+
"P9.18",
17+
"P9.21",
18+
"P9.22",
19+
"spi0";
20+
1321
fragment@0 {
1422
target = <&am33xx_pinmux>;
1523
__overlay__ {

overlays/ADAFRUIT-SPI1-00A0.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"P9.29",
1919
"P9.30",
2020
"P9.28",
21-
"P9.13",
22-
"P9.12",
2321
"spi1";
2422

2523
fragment@0 {

0 commit comments

Comments
 (0)