blob: baf0b47923e87c397196ae7edac95cf351f7a833 [file] [log] [blame]
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
gnss = &lpuart3;
};
};
&lpuart3 {
status = "okay";
current-speed = <115200>;
u_blox_m10: u-blox,m10 {
status = "okay";
compatible = "u-blox,m10";
uart-baudrate = <115200>;
};
};