mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
d9be183b4c
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>
29 lines
301 B
Text
29 lines
301 B
Text
/*
|
|
* 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>;
|
|
};
|