samples: drivers: gnss: boards: adjust mimxrt1062 dts overlay
The overlay for the mimxrt1062 boards gnss alias is pointing to the uart node rather than the gnss node. Adjust gnss alias and node naming. Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
This commit is contained in:
parent
850cd54e67
commit
f95fc461d2
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
/ {
|
||||
aliases {
|
||||
gnss = &lpuart2;
|
||||
gnss = &gnss;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
pinctrl-1 = <&pinmux_lpuart2_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
|
||||
u_blox_m10: u-blox,m10 {
|
||||
gnss: u_blox_m10 {
|
||||
status = "okay";
|
||||
compatible = "u-blox,m10";
|
||||
uart-baudrate = <115200>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue