Skip to content

Commit

Permalink
Move serial0 = &uart_AO; to meson-axg-amper-gateway-gz80x.dtsi
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Yavitz <[email protected]>
  • Loading branch information
pyavitz committed Sep 17, 2024
1 parent b2fc2c6 commit 5522814
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
model = "Amper Gateway AM-GZ80x";

aliases {
serial0 = &uart_AO;
serial1 = &uart_B;
serial2 = &uart_AO_B;
ethernet0 = &ethmac;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
#include <dt-bindings/thermal/thermal.h>

/ {
aliases {
serial0 = &uart_AO;
};

chosen {
stdout-path = "serial0:115200n8";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
model = "Amper Gateway AM-GZ80x";

aliases {
serial0 = &uart_AO;
serial1 = &uart_B;
serial2 = &uart_AO_B;
ethernet0 = &ethmac;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
#include <dt-bindings/thermal/thermal.h>

/ {
aliases {
serial0 = &uart_AO;
};

chosen {
stdout-path = "serial0:115200n8";
};
Expand Down

0 comments on commit 5522814

Please sign in to comment.