blob: 070d21cd05e5a3bccbb1075e959bd783ffe789f9 [file] [log] [blame]
Lokesh Vutla9a5e5532019-06-13 10:29:54 +05301// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
4 */
5
6/dts-v1/;
7
8#include "k3-j721e-som-p0.dtsi"
9
10/ {
11 chosen {
12 stdout-path = "serial2:115200n8";
13 bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000";
14 };
Lokesh Vutlab9f035e2019-09-04 16:01:37 +053015
16 aliases {
17 remoteproc0 = &mcu_r5fss0_core0;
18 remoteproc1 = &mcu_r5fss0_core1;
19 };
Lokesh Vutla9a5e5532019-06-13 10:29:54 +053020};
21
22&wkup_uart0 {
23 /* Wakeup UART is used by System firmware */
24 status = "disabled";
25};
26
27&main_uart3 {
28 /* UART not brought out */
29 status = "disabled";
30};
31
32&main_uart5 {
33 /* UART not brought out */
34 status = "disabled";
35};
36
37&main_uart6 {
38 /* UART not brought out */
39 status = "disabled";
40};
41
42&main_uart7 {
43 /* UART not brought out */
44 status = "disabled";
45};
46
47&main_uart8 {
48 /* UART not brought out */
49 status = "disabled";
50};
51
52&main_uart9 {
53 /* UART not brought out */
54 status = "disabled";
55};
56
57&main_sdhci0 {
58 /* eMMC */
59 voltage-ranges = <1800 1800>;
60 non-removable;
61 ti,driver-strength-ohm = <50>;
62};
63
64&main_sdhci1 {
65 /* SD/MMC */
66 voltage-ranges = <1800 1800 3300 3300>;
67 ti,driver-strength-ohm = <50>;
68};