a54827771848966cce57881b73df2ed58b8351bf
[oweals/u-boot.git] / arch / arm / dts / k3-j721e-common-proc-board.dts
1 // 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         };
15
16         aliases {
17                 remoteproc0 = &mcu_r5fss0_core0;
18                 remoteproc1 = &mcu_r5fss0_core1;
19                 remoteproc2 = &main_r5fss0_core0;
20                 remoteproc3 = &main_r5fss0_core1;
21                 remoteproc4 = &main_r5fss1_core0;
22                 remoteproc5 = &main_r5fss1_core1;
23                 remoteproc6 = &c66_0;
24                 remoteproc7 = &c66_1;
25         };
26 };
27
28 &wkup_uart0 {
29         /* Wakeup UART is used by System firmware */
30         status = "disabled";
31 };
32
33 &main_uart3 {
34         /* UART not brought out */
35         status = "disabled";
36 };
37
38 &main_uart5 {
39         /* UART not brought out */
40         status = "disabled";
41 };
42
43 &main_uart6 {
44         /* UART not brought out */
45         status = "disabled";
46 };
47
48 &main_uart7 {
49         /* UART not brought out */
50         status = "disabled";
51 };
52
53 &main_uart8 {
54         /* UART not brought out */
55         status = "disabled";
56 };
57
58 &main_uart9 {
59         /* UART not brought out */
60         status = "disabled";
61 };
62
63 &main_sdhci0 {
64         /* eMMC */
65         voltage-ranges = <1800 1800>;
66         non-removable;
67         ti,driver-strength-ohm = <50>;
68 };
69
70 &main_sdhci1 {
71         /* SD/MMC */
72         voltage-ranges = <1800 1800 3300 3300>;
73         ti,driver-strength-ohm = <50>;
74 };