mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
nv-platform: UARTA and UARTE for Orin NX and Nano
Enable UARTA and UARTE for Orin NX and Nano devices. - UARTA is accessible via the 40-pin header with pin 8 and 10 (TX/RX) - UARTE utilizes the M2.E connector Bug 4502469 Change-Id: Ia4705ad8153a128d1a2a694abdc51e6483cf4e7d Signed-off-by: Gautham Srinivasan <gauthams@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3097782 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
14a735049d
commit
1d5af222e5
@@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-only
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
// SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
// SPDX-FileCopyrightText: Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||||
|
|
||||||
#include "nv-soc/tegra234-overlay.dtsi"
|
#include "nv-soc/tegra234-overlay.dtsi"
|
||||||
#include "nv-soc/tegra234-soc-thermal.dtsi"
|
#include "nv-soc/tegra234-soc-thermal.dtsi"
|
||||||
@@ -14,6 +14,11 @@
|
|||||||
#include <dt-bindings/gpio/tegra234-gpio.h>
|
#include <dt-bindings/gpio/tegra234-gpio.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
aliases {
|
||||||
|
serial1 = &uarta;
|
||||||
|
serial2 = &uarte;
|
||||||
|
};
|
||||||
|
|
||||||
bpmp {
|
bpmp {
|
||||||
i2c {
|
i2c {
|
||||||
vrs@3c {
|
vrs@3c {
|
||||||
@@ -98,6 +103,18 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
serial@3100000 {
|
||||||
|
compatible = "nvidia,tegra194-hsuart";
|
||||||
|
reset-names = "serial";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
serial@3140000 {
|
||||||
|
compatible = "nvidia,tegra194-hsuart";
|
||||||
|
reset-names = "serial";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
i2c@3180000 {
|
i2c@3180000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user