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

Heiko Schocher hs at denx.de
Fri Nov 8 06:21:36 CET 2024


- remove DMA for console
- add wdt device

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

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

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 at 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 {
-- 
2.20.1



More information about the U-Boot mailing list