boards: croxel: cx1825: Add sensor aliases

To work with Sensor Samples without additional tweaks.

Signed-off-by: Luis Ubieda <luisf@croxel.com>
This commit is contained in:
Luis Ubieda 2024-07-08 11:57:29 -04:00 committed by Carles Cufí
commit f0dae15356

View file

@ -51,6 +51,9 @@
mcuboot-button0 = &button0; mcuboot-button0 = &button0;
mcuboot-led0 = &led0; mcuboot-led0 = &led0;
watchdog0 = &wdt0; watchdog0 = &wdt0;
dht0 = &hts221;
accel0 = &lis3dh;
prox-sensor0 = &apds9960;
}; };
}; };