1/* 2 * U-Boot additions 3 * 4 * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com> 5 * 6 * SPDX-License-Identifier: GPL-2.0+ 7 */ 8 9/ { 10 chosen { 11 stdout-path = &uart3; 12 }; 13}; 14 15&mmc1 { 16 cd-inverted; 17}; 18 19&uart1 { 20 reg-shift = <2>; 21}; 22 23&uart2 { 24 reg-shift = <2>; 25}; 26 27&uart3 { 28 reg-shift = <2>; 29}; 30