soc/gr716a: Enable GPIO support on LEON GR716A

GR716A has two GRGPIO2 controllers.

This adds the GPIO controller description to the DTS and
makes the GPIO option available in the kernel configuration.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
Martin Åberg 2023-10-13 17:09:03 +02:00 committed by Alberto Escolar
commit 1320dc7d99
3 changed files with 28 additions and 0 deletions

View file

@ -35,3 +35,11 @@
jedec-id = [c2 20 19];
};
};
&gpio0 {
status = "okay";
};
&gpio1 {
status = "okay";
};

View file

@ -10,6 +10,7 @@ toolchain:
supported:
- netif
- spi
- gpio
testing:
ignore_tags:
- net