mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: tegra: Enable UARTA and UARTE for Orin Nano
Activate UARTA and UARTE functionalities for Orin Nano. - UARTA is accessible via the 40-pin header with pin 8 and 10 (TX/RX) - UARTE utilizes the M2.E connector Signed-off-by: Gautham Srinivasan <gauthams@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
940acdac99
commit
96ff27cecb
1 changed files with 14 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
serial0 = &tcu;
|
serial0 = &tcu;
|
||||||
|
serial1 = &uarta;
|
||||||
|
serial2 = &uarte;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
@ -20,6 +22,18 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
bus@0 {
|
bus@0 {
|
||||||
|
serial@3100000 {
|
||||||
|
compatible = "nvidia,tegra194-hsuart";
|
||||||
|
reset-names = "serial";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
serial@3140000 {
|
||||||
|
compatible = "nvidia,tegra194-hsuart";
|
||||||
|
reset-names = "serial";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
serial@31d0000 {
|
serial@31d0000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue