blob: 094f9557b7ee8a0333cc9d3a16e91922ef90e291 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Derald D. Woods3ff0d802017-12-29 10:37:31 -06002/*
3 * U-Boot additions
4 *
5 * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
Derald D. Woods3ff0d802017-12-29 10:37:31 -06006 */
7
8/ {
9 chosen {
10 stdout-path = &uart3;
11 };
12};
13
14&mmc1 {
15 cd-inverted;
16};
17
18&uart1 {
19 reg-shift = <2>;
20};
21
22&uart2 {
23 reg-shift = <2>;
24};
25
26&uart3 {
27 reg-shift = <2>;
28};