Skip to content

Commit a5389df

Browse files
Lahyllaskartben
authored andcommitted
boards: raspberrypi: rpi_5: Add RP1 GPIO support
Enable GPIO pins on the Raspberry pi 5. Signed-off-by: Junho Lee <[email protected]>
1 parent 0088b90 commit a5389df

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

boards/raspberrypi/rpi_5/doc/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ The Raspberry Pi 5 board configuration supports the following hardware features:
4141
- N/A
4242
- :dtcompatible:`arm,gic-v2`
4343
* - GPIO
44+
- :kconfig:option:`CONFIG_GPIO`
45+
- :dtcompatible:`raspberrypi,rp1-gpio`
46+
* - GPIO (Internal)
4447
- :kconfig:option:`CONFIG_GPIO`
4548
- :dtcompatible:`brcm,brcmstb-gpio`
4649
* - UART

boards/raspberrypi/rpi_5/rpi_5.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@
4343
status = "okay";
4444
current-speed = <115200>;
4545
};
46+
47+
&gpio0_0 {
48+
status = "okay";
49+
};

0 commit comments

Comments
 (0)