blob: 6ae76beea3e3e26ee36e3429b0388717285c18d0 [file] [log] [blame]
Jayesh Choudhary2a1521c2024-06-12 14:41:21 +05301// SPDX-License-Identifier: GPL-2.0
2/*
3 * Common J722S EVM dts file for SPLs
4 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
5 */
6
7#include "k3-j722s-binman.dtsi"
8
9/ {
10 chosen {
11 stdout-path = "serial2:115200n8";
12 tick-timer = &main_timer0;
13 };
14};
15
16&dmsc {
17 bootph-pre-ram;
18};
Vaishnav Achath385ac4672024-12-18 18:43:41 +053019
20&main_bcdma {
21 bootph-pre-ram;
22};