Skip to content

Commit

Permalink
fix: sc16is752 irq pin assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfischer committed Jul 7, 2024
1 parent 6a63490 commit be5262e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/osr_elec/elec/layout/rpi-hat/rpi-hat.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
(net 90 "uart_leds.led_rx.resistor-cathode")
(net 91 "uart_leds.led_tx.resistor-cathode")
(net 92 "gpclk0")
(net 93 "irq")
(footprint "lib:Koa_Speer_RCWCTE_test_point"
(layer "F.Cu")
(uuid "010f3446-68de-4afd-b8b7-f111058e6d19")
Expand Down Expand Up @@ -15190,6 +15191,8 @@
(size 1.475 0.4)
(layers "F.Cu" "F.Paste" "F.Mask")
(roundrect_rratio 0.25)
(net 93 "irq")
(pintype "stereo")
(uuid "26d83965-f1db-4d67-94e1-7053bf3a1292")
)
(pad "16" smd roundrect
Expand Down
2 changes: 1 addition & 1 deletion src/osr_elec/elec/src/lib/nxp/SC16IS752.ato
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ component SC16IS752:
signal xin ~ pin 6 # XTAL1; crystal input
signal xout ~ pin 7 # XTAL2; crystal output
signal interface_select ~ pin 9 # I2C/SPI (SPI LOW); I2C-bus or SPI interface select
signal irq ~ pin 14
signal irq ~ pin 15

# GPIO0
gpio0 = new GPIO
Expand Down

0 comments on commit be5262e

Please sign in to comment.