diff mbox series

[v1,15/22] siemens: imx8-capricorn.dtsi: small adaptions

Message ID 20241108052143.26874-16-hs@denx.de
State New
Delegated to: Fabio Estevam
Headers show
Series imx8qxp: siemens board: updates / sync with mainline | expand

Commit Message

Heiko Schocher Nov. 8, 2024, 5:21 a.m. UTC
- remove DMA for console
- add wdt device

Signed-off-by: Heiko Schocher <hs@denx.de>
---

 arch/arm/dts/imx8-capricorn.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/imx8-capricorn.dtsi b/arch/arm/dts/imx8-capricorn.dtsi
index 4918bf8f567..f6f9dc7df19 100644
--- a/arch/arm/dts/imx8-capricorn.dtsi
+++ b/arch/arm/dts/imx8-capricorn.dtsi
@@ -17,6 +17,22 @@ 
 		stdout-path = &lpuart2;
 	};
 
+	/* remove DMA for console */
+	lpuart2: serial@5a080000 {
+		power-domains = <&pd_dma_lpuart2>;
+		dma-names = "";
+		dmas = <0>;
+	};
+
+	/* create device for u-boot wdt command */
+	scu-wdt {
+		compatible = "siemens,scu-wdt";
+	};
+
+};
+
+&A35_0 {
+	bootph-all;
 };
 
 &iomuxc {