Commit 940acdac authored by Gautham Srinivasan's avatar Gautham Srinivasan Committed by Thierry Reding

arm64: tegra: Add UARTE device tree node on Tegra234

This commit adds the device tree node for UARTE on Tegra234.
Signed-off-by: default avatarGautham Srinivasan <gauthams@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 29bae9dc
......@@ -688,6 +688,15 @@ uarta: serial@3100000 {
status = "disabled";
};
uarte: serial@3140000 {
compatible = "nvidia,tegra234-uart", "nvidia,tegra20-uart";
reg = <0x0 0x03140000 0x0 0x10000>;
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&bpmp TEGRA234_CLK_UARTE>;
resets = <&bpmp TEGRA234_RESET_UARTE>;
status = "disabled";
};
gen1_i2c: i2c@3160000 {
compatible = "nvidia,tegra194-i2c";
reg = <0x0 0x3160000 0x0 0x100>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment