// 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; | |
}; |