This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SDK2.0.0 gpio1 on sdk52dk_nrf52832

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?
Related