NRF54L15 PWM limitations

Hi!

I'm making a new board using nrf54l15 and I found the following issue:

        /*
         * PWM signal can be exposed on GPIO pin only within same domain.
         * There is only one domain which contains both PWM and GPIO:
         * PWM20/21/22 and GPIO Port P1.
         * Only LEDs connected to P1 can work with PWM, for example LED1.
         */

Do I understand this correctly that I'm able to use PWM only on GPIO Port 1? I found this in some board configuration file, but I'm not able to find any confirmation in the specification.

Related