blob: c166d6553906c48f7ece758e96e5445e76a05637 [file] [log] [blame]
Bryan Brattlof702196b2024-03-12 15:20:28 -05001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Common AM62Px EVM dts file for SPLs
4 * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
5 */
6
7#include "k3-am62p-sk-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
19 k3_sysreset: sysreset-controller {
20 compatible = "ti,sci-sysreset";
21 bootph-pre-ram;
22 };
23};