summaryrefslogtreecommitdiff
path: root/arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi
diff options
context:
space:
mode:
authorDerald D. Woods <woods.technical@gmail.com>2017-12-29 10:37:31 -0600
committerTom Rini <trini@konsulko.com>2018-01-19 15:49:28 -0500
commit3ff0d8018105614a466b10265e6dff99de958135 (patch)
tree14728a707fe315d2fd3f65d65907085cbc9e75ce /arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi
parent3741c044cbf584b741b6bd4c58fda2ad69bb2b15 (diff)
ARM: dts: omap3-beagle{-xm}: Add support for BeagleBoard
This commit adds OMAP3 BeagleBoard devicetree files from Linux v4.15-rc5. This includes standard OMAP34XX board revisions as well as the 'xM' which is OMAP36XX. Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi')
-rw-r--r--arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi b/arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi
new file mode 100644
index 0000000000..5325f0ffa4
--- /dev/null
+++ b/arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi
@@ -0,0 +1,29 @@
+/*
+ * U-Boot additions
+ *
+ * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/ {
+ chosen {
+ stdout-path = &uart3;
+ };
+};
+
+&mmc1 {
+ cd-inverted;
+};
+
+&uart1 {
+ reg-shift = <2>;
+};
+
+&uart2 {
+ reg-shift = <2>;
+};
+
+&uart3 {
+ reg-shift = <2>;
+};