Bryan Brattlof | 2d01245 | 2024-03-12 15:20:28 -0500 | [diff] [blame] | 1 | // 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; | ||||
Bryan Brattlof | 2d01245 | 2024-03-12 15:20:28 -0500 | [diff] [blame] | 18 | }; |