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