mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 01:49:20 -04:00
arm64: tegra: Add SBSA UART for Tegra234
Populate the SBSA UART for Tegra234 and enable this UART for Jetson AGX Orin. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
committed by
Thierry Reding
parent
7a2c613bdb
commit
1bbba854bc
@@ -2007,6 +2007,11 @@ serial@3100000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
serial@31d0000 {
|
||||
current-speed = <115200>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
pwm@32a0000 {
|
||||
assigned-clocks = <&bpmp TEGRA234_CLK_PWM3>;
|
||||
assigned-clock-parents = <&bpmp TEGRA234_CLK_PLLP_OUT0>;
|
||||
|
||||
@@ -872,6 +872,13 @@ dp_aux_ch2_i2c: i2c@31c0000 {
|
||||
dma-names = "rx", "tx";
|
||||
};
|
||||
|
||||
uarti: serial@31d0000 {
|
||||
compatible = "arm,sbsa-uart";
|
||||
reg = <0x31d0000 0x10000>;
|
||||
interrupts = <GIC_SPI 285 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
dp_aux_ch3_i2c: i2c@31e0000 {
|
||||
compatible = "nvidia,tegra194-i2c";
|
||||
reg = <0x31e0000 0x100>;
|
||||
|
||||
Reference in New Issue
Block a user