You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
380 B
25 lines
380 B
/* |
|
* Copyright 2024 NXP |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/ { |
|
aliases { |
|
gnss = &gnss; |
|
}; |
|
}; |
|
|
|
&lpuart2 { |
|
status = "okay"; |
|
current-speed = <115200>; |
|
pinctrl-0 = <&pinmux_lpuart2>; |
|
pinctrl-1 = <&pinmux_lpuart2_sleep>; |
|
pinctrl-names = "default", "sleep"; |
|
|
|
gnss: u_blox_m10 { |
|
status = "okay"; |
|
compatible = "u-blox,m8"; |
|
initial-baudrate = <115200>; |
|
}; |
|
};
|
|
|