Hi,
NCS v3.4.0, based on bluetooth mesh light_ctrl sample
nRF54L15-DK
I want to use P1.06, P1.07 and P1.14 as GPIO to toggle waveform, so I modify light_ctrl sample to add timer for output toggle.
When uart20 is enabled, the P1.14 can output toggle waveform as expected,

but when disabled uart20 in overlay file, the P1.14 has no output.

P1.14 is not uart pins, it should not be affected by uart20 configuration?
I attached the project for reference.