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&mmc1 { 14 cd-inverted; 15}; 16 17&uart1 { 18 reg-shift = <2>; 19}; 20 21&uart2 { 22 reg-shift = <2>; 23}; 24 25&uart3 { 26 reg-shift = <2>; 27}; 28