u-boot/arch/arm/dts/k3-j722s-evm-u-boot.dtsi
Vaishnav Achath 1c4eeff48c arm: dts: k3-j722s*: Add overrides specific to OSPI
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>
2024-12-31 15:24:26 -06:00

22 lines
340 B
Text

// SPDX-License-Identifier: GPL-2.0
/*
* Common J722S EVM dts file for SPLs
* Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
*/
#include "k3-j722s-binman.dtsi"
/ {
chosen {
stdout-path = "serial2:115200n8";
tick-timer = &main_timer0;
};
};
&dmsc {
bootph-pre-ram;
};
&main_bcdma {
bootph-pre-ram;
};