We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0088b90 commit a5389dfCopy full SHA for a5389df
boards/raspberrypi/rpi_5/doc/index.rst
@@ -41,6 +41,9 @@ The Raspberry Pi 5 board configuration supports the following hardware features:
41
- N/A
42
- :dtcompatible:`arm,gic-v2`
43
* - GPIO
44
+ - :kconfig:option:`CONFIG_GPIO`
45
+ - :dtcompatible:`raspberrypi,rp1-gpio`
46
+ * - GPIO (Internal)
47
- :kconfig:option:`CONFIG_GPIO`
48
- :dtcompatible:`brcm,brcmstb-gpio`
49
* - UART
boards/raspberrypi/rpi_5/rpi_5.dts
@@ -43,3 +43,7 @@
status = "okay";
current-speed = <115200>;
};
+
+&gpio0_0 {
+ status = "okay";
+};
0 commit comments