shields: pmod_acl: Set default ODR and watermark values

So applications working with this shield will continue to work
as before.

Signed-off-by: Luis Ubieda <luisf@croxel.com>
This commit is contained in:
Luis Ubieda 2025-04-10 14:59:29 -04:00 committed by Benjamin Cabé
commit 6c8ec97384

View file

@ -12,5 +12,7 @@
reg = <0x0>;
spi-max-frequency = <DT_FREQ_M(1)>;
status = "okay";
odr = <25>;
fifo-watermark = <31>;
};
};