1/*
2 * Copyright 2024 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	aliases {
9		gnss = &lpuart3;
10	};
11};
12
13&lpuart3 {
14	status = "okay";
15	current-speed = <115200>;
16
17	u_blox_m8: u-blox,m8 {
18		status = "okay";
19		compatible = "u-blox,m8";
20		uart-baudrate = <115200>;
21	};
22};
23