Skip to content

Commit 6ccd99f

Browse files
committed
ad77681evb/zed: revert gpio order
ad77681_sync_in is now again GPIO number 34 (88 in software) ad77681_gpio is now GPIOs 35-38 (89-92 in software) Signed-off-by: Laez Barbosa <laez.barbosa@analog.com>
1 parent 8187650 commit 6ccd99f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/projects/ad77681evb/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@ The Software GPIO number is calculated as follows:
139139
- INOUT
140140
- 33
141141
- 87
142-
* - ad77681_gpio
143-
- INOUT
144-
- 34-37
145-
- 88-91
146142
* - ad77681_sync_in
147143
- INOUT
148-
- 38
149-
- 92
144+
- 34
145+
- 88
146+
* - ad77681_gpio
147+
- INOUT
148+
- 35-38
149+
- 89-92
150150

151151
Interrupts
152152
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

projects/ad77681evb/zed/system_top.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ module system_top (
116116
.dio_t(gpio_t[38:32]),
117117
.dio_i(gpio_o[38:32]),
118118
.dio_o(gpio_i[38:32]),
119-
.dio_p({ad77681_sync_in,
120-
ad77681_gpio,
119+
.dio_p({ad77681_gpio,
120+
ad77681_sync_in
121121
ad77681_sync_out,
122122
ad77681_reset}));
123123

0 commit comments

Comments
 (0)