mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-03 17:51:23 +00:00

The P3971-0089+P3834-0008 is an engineering reference platform for the Tegra264 SoC. Link: https://lore.kernel.org/r/20250709231401.3767130-3-thierry.reding@gmail.com Signed-off-by: Thierry Reding <treding@nvidia.com>
15 lines
244 B
Plaintext
15 lines
244 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
|
|
|
|
#include "tegra264-p3971-0089.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
serial0 = &{/bus@0/serial@c4e0000};
|
|
serial1 = &{/bus@0/serial@c5a0000};
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|