1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2017 4 * Logic PD - http://www.logicpd.com 5 */ 6 7/ { 8 chosen { 9 stdout-path = &uart3; 10 }; 11}; 12 13&uart1 { 14 reg-shift = <2>; 15}; 16 17&uart2 { 18 reg-shift = <2>; 19}; 20 21&uart3 { 22 reg-shift = <2>; 23}; 24