]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/dts/omap3-beagle-xm-u-boot.dtsi
ARM: dts: dra7: Add supported MMC/SD modes in MMC dt nodes
[people/ms/u-boot.git] / arch / arm / dts / omap3-beagle-xm-u-boot.dtsi
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 };