devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] arm64: dts: mt7981/openwrt-one: UART labels and console
@ 2025-09-20 19:50 Bryan Hinton
  2025-09-20 19:50 ` [PATCH v2 1/2] arm64: dts: mediatek: mt7981b: add labels for UART0/1/2 nodes Bryan Hinton
  2025-09-20 19:50 ` [PATCH v2 2/2] arm64: dts: mediatek: mt7981b: OpenWrt One: set console UART to 115200 Bryan Hinton
  0 siblings, 2 replies; 3+ messages in thread
From: Bryan Hinton @ 2025-09-20 19:50 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-kernel, linux-mediatek
  Cc: angelogioacchino.delregno, conor+dt, krzk+dt, matthias.bgg, robh,
	daniel, Bryan Hinton

This series makes two small updates for MT7981:

- Patch 1/2: Add stable labels (uart0, uart1, uart2) in the SoC dtsi so
  that board dts files can reference them directly.
- Patch 2/2: Update the OpenWrt One board dts to define serial0 alias,
  configure chosen stdout-path, and set correct UART current-speed.

Both patches were build-tested (dtbs) and boot-tested: 
mainline Image+DTB built and loaded via U-Boot on MT7981 hardware,
with serial console output verified.

Changes in v2:
- Patch 1/2: Unchanged.
- Patch 2/2: Drop redundant hex comment per review feedback.

Thanks,
Bryan

---

Bryan Hinton (2):
  arm64: dts: mediatek: mt7981b: add labels for UART0/1/2 nodes
  arm64: dts: mediatek: mt7981b: OpenWrt One: set console UART to 115200

 .../arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts | 13 +++++++++++++
 arch/arm64/boot/dts/mediatek/mt7981b.dtsi           |  6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v2 1/2] arm64: dts: mediatek: mt7981b: add labels for UART0/1/2 nodes
  2025-09-20 19:50 [PATCH v2 0/2] arm64: dts: mt7981/openwrt-one: UART labels and console Bryan Hinton
@ 2025-09-20 19:50 ` Bryan Hinton
  2025-09-20 19:50 ` [PATCH v2 2/2] arm64: dts: mediatek: mt7981b: OpenWrt One: set console UART to 115200 Bryan Hinton
  1 sibling, 0 replies; 3+ messages in thread
From: Bryan Hinton @ 2025-09-20 19:50 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-kernel, linux-mediatek
  Cc: angelogioacchino.delregno, conor+dt, krzk+dt, matthias.bgg, robh,
	daniel, Bryan Hinton

Add stable labels (uart0, uart1, uart2) to the MT7981B SoC UART nodes so
board DTS files can reference them directly. This change is purely
cosmetic and introduces no functional differences.

Verification: Built dtbs and boot-tested mainline Image+DTB via U-Boot on
MT7981B hardware; decompiled DT shows the uart0 label present and the
serial0 alias (or absolute path) resolves to serial@11002000.

Signed-off-by: Bryan Hinton <bryan@bryanhinton.com>
---
 arch/arm64/boot/dts/mediatek/mt7981b.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt7981b.dtsi b/arch/arm64/boot/dts/mediatek/mt7981b.dtsi
index 5cbea9cd411f..4ee7fb83000d 100644
--- a/arch/arm64/boot/dts/mediatek/mt7981b.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt7981b.dtsi
@@ -94,7 +94,7 @@ pwm@10048000 {
 			#pwm-cells = <2>;
 		};
 
-		serial@11002000 {
+		uart0: serial@11002000 {
 			compatible = "mediatek,mt7981-uart", "mediatek,mt6577-uart";
 			reg = <0 0x11002000 0 0x100>;
 			interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
@@ -105,7 +105,7 @@ serial@11002000 {
 			status = "disabled";
 		};
 
-		serial@11003000 {
+		uart1: serial@11003000 {
 			compatible = "mediatek,mt7981-uart", "mediatek,mt6577-uart";
 			reg = <0 0x11003000 0 0x100>;
 			interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
@@ -116,7 +116,7 @@ serial@11003000 {
 			status = "disabled";
 		};
 
-		serial@11004000 {
+		uart2: serial@11004000 {
 			compatible = "mediatek,mt7981-uart", "mediatek,mt6577-uart";
 			reg = <0 0x11004000 0 0x100>;
 			interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH v2 2/2] arm64: dts: mediatek: mt7981b: OpenWrt One: set console UART to 115200
  2025-09-20 19:50 [PATCH v2 0/2] arm64: dts: mt7981/openwrt-one: UART labels and console Bryan Hinton
  2025-09-20 19:50 ` [PATCH v2 1/2] arm64: dts: mediatek: mt7981b: add labels for UART0/1/2 nodes Bryan Hinton
@ 2025-09-20 19:50 ` Bryan Hinton
  1 sibling, 0 replies; 3+ messages in thread
From: Bryan Hinton @ 2025-09-20 19:50 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-kernel, linux-mediatek
  Cc: angelogioacchino.delregno, conor+dt, krzk+dt, matthias.bgg, robh,
	daniel, Bryan Hinton

Use the new uart0 label for the console and make the speed explicit by
adding current-speed = <115200>. This keeps the DTS OS-agnostic: no
bootargs or distribution-specific properties are added.

Verification: Boot-tested with mainline Image+DTB via U-Boot on OpenWrt
One (MT7981B). Serial console active at 115200 baud, and DTB decompile
confirms serial0 alias and stdout-path set correctly.

Changes in v2:
  - Dropped redundant hex value comment on current-speed (review feedback).

Signed-off-by: Bryan Hinton <bryan@bryanhinton.com>
---
 .../arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts b/arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts
index 4f6cbb491287..638ed76107e3 100644
--- a/arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts
+++ b/arch/arm64/boot/dts/mediatek/mt7981b-openwrt-one.dts
@@ -8,8 +8,21 @@ / {
 	compatible = "openwrt,one", "mediatek,mt7981b";
 	model = "OpenWrt One";
 
+	aliases {
+		serial0 = &uart0;
+	};
+
+	chosen {
+		stdout-path = "serial0:115200n8";
+	};
+
 	memory@40000000 {
 		reg = <0 0x40000000 0 0x40000000>;
 		device_type = "memory";
 	};
 };
+
+&uart0 {
+	status = "okay";
+	current-speed = <115200>;
+};
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-20 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-20 19:50 [PATCH v2 0/2] arm64: dts: mt7981/openwrt-one: UART labels and console Bryan Hinton
2025-09-20 19:50 ` [PATCH v2 1/2] arm64: dts: mediatek: mt7981b: add labels for UART0/1/2 nodes Bryan Hinton
2025-09-20 19:50 ` [PATCH v2 2/2] arm64: dts: mediatek: mt7981b: OpenWrt One: set console UART to 115200 Bryan Hinton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).