arm64: zynqmp: Enable gpio driver for zcu1275/zcu1285

Enable gpio driver on these boards. GPIOs can be used on any board.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2021-05-11 13:59:01 +02:00
parent ddf8deabc3
commit 351b9f5f95
3 changed files with 12 additions and 0 deletions

View file

@ -39,6 +39,10 @@
status = "okay";
};
&gpio {
status = "okay";
};
&qspi {
status = "okay";
flash@0 {

View file

@ -64,6 +64,10 @@
};
};
&gpio {
status = "okay";
};
&qspi {
status = "okay";
flash@0 {

View file

@ -245,6 +245,10 @@
};
};
&gpio {
status = "okay";
};
&qspi {
status = "okay";
flash@0 {