diff options
author | Derald D. Woods <woods.technical@gmail.com> | 2017-12-16 14:14:48 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-01 09:04:19 -0500 |
commit | d9be183b4c1a90649bb065f55754515abc96d51c (patch) | |
tree | f646069ccd8d1b11bacfbf6f32ecc8b847e43b26 /arch/arm/dts/omap3-evm-37xx-u-boot.dtsi | |
parent | 2d28ba18b53fc8581c7ed06afcb8c77ec841ac8c (diff) |
ARM: dts: omap3-evm: Add support for TMDSEVM{3530, 3730}
This commit adds OMAP3 EVM devicetree files from Linux v4.15-rc3. Note
that this is the first addition of OMAP34XX devicetree files.
Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'arch/arm/dts/omap3-evm-37xx-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/omap3-evm-37xx-u-boot.dtsi | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi b/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi new file mode 100644 index 0000000000..53a489988e --- /dev/null +++ b/arch/arm/dts/omap3-evm-37xx-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 = &uart1; + }; +}; + +&mmc1 { + cd-inverted; +}; + +&uart1 { + reg-shift = <2>; +}; + +&uart2 { + reg-shift = <2>; +}; + +&uart3 { + reg-shift = <2>; +}; |