aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/omap3-evm-37xx-u-boot.dtsi')
-rw-r--r--arch/arm/dts/omap3-evm-37xx-u-boot.dtsi18
1 files changed, 2 insertions, 16 deletions
diff --git a/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi b/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi
index b09ce0efb5..b9e433f873 100644
--- a/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi
+++ b/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi
@@ -5,24 +5,10 @@
5 * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com> 5 * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
6 */ 6 */
7 7
8#include "omap3-u-boot.dtsi"
9
8/ { 10/ {
9 chosen { 11 chosen {
10 stdout-path = &uart1; 12 stdout-path = &uart1;
11 }; 13 };
12}; 14};
13
14&mmc1 {
15 cd-inverted;
16};
17
18&uart1 {
19 reg-shift = <2>;
20};
21
22&uart2 {
23 reg-shift = <2>;
24};
25
26&uart3 {
27 reg-shift = <2>;
28};