blob: b21f597a809c42ac9be70d4bda040fa020070cd1 [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;
Lokesh Vutla55f8eb32019-09-04 16:01:38 +053019 remoteproc2 = &main_r5fss0_core0;
20 remoteproc3 = &main_r5fss0_core1;
21 remoteproc4 = &main_r5fss1_core0;
22 remoteproc5 = &main_r5fss1_core1;
Lokesh Vutla293e3972019-09-04 16:01:39 +053023 remoteproc6 = &c66_0;
24 remoteproc7 = &c66_1;
Lokesh Vutla1b846fc2019-09-04 16:01:40 +053025 remoteproc8 = &c71_0;
Lokesh Vutlab9f035e2019-09-04 16:01:37 +053026 };
Lokesh Vutla9a5e5532019-06-13 10:29:54 +053027};
28
29&wkup_uart0 {
30 /* Wakeup UART is used by System firmware */
31 status = "disabled";
32};
33
34&main_uart3 {
35 /* UART not brought out */
36 status = "disabled";
37};
38
39&main_uart5 {
40 /* UART not brought out */
41 status = "disabled";
42};
43
44&main_uart6 {
45 /* UART not brought out */
46 status = "disabled";
47};
48
49&main_uart7 {
50 /* UART not brought out */
51 status = "disabled";
52};
53
54&main_uart8 {
55 /* UART not brought out */
56 status = "disabled";
57};
58
59&main_uart9 {
60 /* UART not brought out */
61 status = "disabled";
62};
63
64&main_sdhci0 {
65 /* eMMC */
66 voltage-ranges = <1800 1800>;
67 non-removable;
68 ti,driver-strength-ohm = <50>;
69};
70
71&main_sdhci1 {
72 /* SD/MMC */
73 voltage-ranges = <1800 1800 3300 3300>;
74 ti,driver-strength-ohm = <50>;
75};