Skip to content

Commit

Permalink
boards: raspberrypi: rpi_5: Add RP1 GPIO support
Browse files Browse the repository at this point in the history
Enable GPIO pins on the Raspberry pi 5.

Signed-off-by: Junho Lee <[email protected]>
  • Loading branch information
Lahyllas authored and kartben committed Dec 6, 2024
1 parent 0088b90 commit a5389df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/raspberrypi/rpi_5/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ The Raspberry Pi 5 board configuration supports the following hardware features:
- N/A
- :dtcompatible:`arm,gic-v2`
* - GPIO
- :kconfig:option:`CONFIG_GPIO`
- :dtcompatible:`raspberrypi,rp1-gpio`
* - GPIO (Internal)
- :kconfig:option:`CONFIG_GPIO`
- :dtcompatible:`brcm,brcmstb-gpio`
* - UART
Expand Down
4 changes: 4 additions & 0 deletions boards/raspberrypi/rpi_5/rpi_5.dts
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@
status = "okay";
current-speed = <115200>;
};

&gpio0_0 {
status = "okay";
};

0 comments on commit a5389df

Please sign in to comment.