arm: dts: k3-am62d2-r5: Add DMA and OSPI configuration

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>
This commit is contained in:
Paresh Bhagat
2026-02-09 12:58:19 +05:30
committed by Tom Rini
parent b99da05e15
commit b45bdb822c

View File

@@ -73,3 +73,21 @@
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>;
};