]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3-am62d2-r5: Add DMA and OSPI configuration
authorParesh Bhagat <p-bhagat@ti.com>
Mon, 9 Feb 2026 07:28:19 +0000 (12:58 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 23 Feb 2026 21:26:02 +0000 (15:26 -0600)
Enable WKUP UART0 for DM firmware logs, configure DMA controllers with
TI SCI references, and update OSPI0 register mapping.

Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
arch/arm/dts/k3-am62d2-r5.dtsi

index 23dfc49c2ea5cf59cc5446a39400cc8bc2b53f3a..4a58711bfbcd1eb8e53bbd971a1b3033f7087642 100644 (file)
        clock-frequency = <25000000>;
        bootph-pre-ram;
 };
+
+/* WKUP UART0 is used for DM firmware logs */
+&wkup_uart0 {
+       status = "okay";
+};
+
+&main_pktdma {
+       ti,sci = <&dm_tifs>;
+};
+
+&main_bcdma {
+       ti,sci = <&dm_tifs>;
+};
+
+&ospi0 {
+       reg = <0x00 0x0fc40000 0x00 0x100>,
+               <0x00 0x60000000 0x00 0x08000000>;
+};