modules: hal_nordic: check if `gpio1` is enabled
The build will fail if `gpio1` is disabled in an overlay.
For example:
```
&gpio1 {
status = "disabled";
};
```
Signed-off-by:
Francois Gervais <francoisgervais@gmail.com>
Loading
Please sign in to comment