blob: 59df819f9d6a3ff46eab5e238068ac46eac0dad5 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Adam Forda56fd942017-09-19 20:32:10 -05002/*
3 * Copyright (C) 2017
4 * Logic PD - http://www.logicpd.com
Adam Forda56fd942017-09-19 20:32:10 -05005 */
6
7/ {
8 chosen {
9 stdout-path = &uart3;
10 };
11};
Adam Ford972edd42018-07-10 05:04:38 -050012
13&uart1 {
14 reg-shift = <2>;
15};
16
17&uart2 {
18 reg-shift = <2>;
19};
20
21&uart3 {
22 reg-shift = <2>;
23};