I used to have a dts file for sdk52dk_nrf52832 containing gpio1 references:
rts: rts_pin{
status = "okay";
gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
label = "TS pin";
};
When using SDK 2.0.0, the gpio1 is not available (?)
How to use those pins?