Linux GPIO debounce time in device tree

Hi,
I am using Colibri imx7d with our custom board.While configuring GPIO as interrupt from libsoc, I am facing GPIO bouncing issue while configured as input. We are not having option to add hardware debounce logic as our board is done. Kindly suggest me wheather to add GPIO debounce delay in device tree or it can it be done in application itself?

Add a subnode-properties
debounce-interval = ;

Were nn is required debouncing interval in milliseconds.

Please check this document and this example for details.