mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-26 13:21:28 +00:00
51 lines
1.3 KiB
Diff
51 lines
1.3 KiB
Diff
From e12a021cbc1c474580d68e3593ce86d10ffc0232 Mon Sep 17 00:00:00 2001
|
|
Message-Id: <e12a021cbc1c474580d68e3593ce86d10ffc0232.1677499716.git.stefan@agner.ch>
|
|
In-Reply-To: <f0292972b38d512fce48384ebbb72b2da46f03bd.1677499716.git.stefan@agner.ch>
|
|
References: <f0292972b38d512fce48384ebbb72b2da46f03bd.1677499716.git.stefan@agner.ch>
|
|
From: Stefan Agner <stefan@agner.ch>
|
|
Date: Thu, 4 Mar 2021 14:44:23 +0100
|
|
Subject: [PATCH] ARM: dts: bcm2711: yellow: Mux debug UART5
|
|
|
|
Signed-off-by: Stefan Agner <stefan@agner.ch>
|
|
---
|
|
arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts | 9 +++++++++
|
|
1 file changed, 9 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts b/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts
|
|
index fa93ab5ca639..cc7e7b28ffc7 100644
|
|
--- a/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts
|
|
+++ b/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts
|
|
@@ -17,6 +17,7 @@ / {
|
|
|
|
aliases {
|
|
serial4 = &uart4;
|
|
+ serial5 = &uart5;
|
|
};
|
|
|
|
chosen {
|
|
@@ -255,6 +256,13 @@ &uart4 {
|
|
status = "okay";
|
|
};
|
|
|
|
+/* uart5 default Debug UART */
|
|
+&uart5 {
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&uart5_pins>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&vc4 {
|
|
status = "okay";
|
|
};
|
|
@@ -287,6 +295,7 @@ soc {
|
|
/ {
|
|
chosen {
|
|
bootargs = "coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0";
|
|
+ stdout-path = "serial5:115200n8";
|
|
};
|
|
|
|
aliases {
|
|
--
|
|
2.39.1
|
|
|