arm: dts: k3-j722s*: Add overrides specific to OSPI
authorVaishnav Achath <vaishnav.a@ti.com>
Wed, 18 Dec 2024 13:13:41 +0000 (18:43 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 31 Dec 2024 21:24:26 +0000 (15:24 -0600)
OSPI Boot requires overrides specific to R5 and also
to use DMA in R5 SPL stage the DM_TIFS needs to be used.
Add the corresponding overrides for R5 SPL stage.

Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com>
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
arch/arm/dts/k3-j722s-evm-u-boot.dtsi
arch/arm/dts/k3-j722s-r5-evm.dts

index 88c4a72..6ae76be 100644 (file)
@@ -16,3 +16,7 @@
 &dmsc {
        bootph-pre-ram;
 };
+
+&main_bcdma {
+       bootph-pre-ram;
+};
index 1bec997..d797e95 100644 (file)
 &wkup_uart0 {
        status = "okay";
 };
+
+&ospi0 {
+       reg = <0x00 0x0fc40000 0x00 0x100>,
+             <0x00 0x60000000 0x00 0x08000000>;
+};
+
+&main_bcdma {
+       ti,sci = <&dm_tifs>;
+};
+
+&main_pktdma {
+       ti,sci = <&dm_tifs>;
+};