1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/ 4 */ 5 6/dts-v1/; 7 8#include "k3-j7200-som-p0.dtsi" 9 10/ { 11 chosen { 12 stdout-path = "serial2:115200n8"; 13 bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000"; 14 }; 15}; 16 17&wkup_uart0 { 18 /* Wakeup UART is used by System firmware */ 19 status = "disabled"; 20}; 21 22&main_uart0 { 23 /* Shared with ATF on this platform */ 24 power-domains = <&k3_pds 146 TI_SCI_PD_SHARED>; 25}; 26 27&main_uart2 { 28 /* MAIN UART 2 is used by R5F firmware */ 29 status = "disabled"; 30}; 31 32&main_uart3 { 33 /* UART not brought out */ 34 status = "disabled"; 35}; 36 37&main_uart4 { 38 /* UART not brought out */ 39 status = "disabled"; 40}; 41 42&main_uart5 { 43 /* UART not brought out */ 44 status = "disabled"; 45}; 46 47&main_uart6 { 48 /* UART not brought out */ 49 status = "disabled"; 50}; 51 52&main_uart7 { 53 /* UART not brought out */ 54 status = "disabled"; 55}; 56 57&main_uart8 { 58 /* UART not brought out */ 59 status = "disabled"; 60}; 61 62&main_uart9 { 63 /* UART not brought out */ 64 status = "disabled"; 65}; 66