boards: raspberrypi: rpi_5: Add RP1 GPIO support

Enable GPIO pins on the Raspberry pi 5.

Signed-off-by: Junho Lee <junho@tsnlab.com>
This commit is contained in:
Junho Lee 2024-12-05 17:14:12 +09:00 committed by Benjamin Cabé
parent 0088b90b25
commit a5389df5b9
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -43,3 +43,7 @@
status = "okay";
current-speed = <115200>;
};
&gpio0_0 {
status = "okay";
};