Skip to content

Commit

Permalink
gpio: rename target_spec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
charles37 committed Oct 29, 2024
1 parent 7fc8b64 commit 70262e5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions hwci/target_spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
model: nrf52840dk
hw_rev: '3.2'
serial_number: 0xfoobar
pin_mappings:
P0.13:
io_interface: raspberrypi5gpio
io_pin_spec: 20
target_pin_function: LED1
target_pin_mode: output
target_pin_active: low
P0.14:
io_interface: raspberrypi5gpio
io_pin_spec: 19
target_pin_function: LED2
target_pin_mode: output
target_pin_active: low
P0.11:
io_interface: raspberrypi5gpio
io_pin_spec: 21
target_pin_function: BUTTON1
target_pin_mode: input
target_pin_active: low
P0.12:
io_interface: raspberrypi5gpio
io_pin_spec: 26
target_pin_function: BUTTON2
target_pin_mode: input
target_pin_active: low

0 comments on commit 70262e5

Please sign in to comment.