mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-17 07:54:54 +08:00
42a1e9450c
This reference design is very similar to the others just that it has a different display mounted on the user interface board, and some GPIOs where shuffled around. As this is the first board that uses DB8520 we create the DB8520-specific DTSI file here. Cc: Stephan Gerhold <stephan@gerhold.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20191126124738.77690-3-linus.walleij@linaro.org
23 lines
494 B
Plaintext
23 lines
494 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* Device Tree for the HREF520 version with the TVK1281618 UIB
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "ste-db8520.dtsi"
|
|
#include "ste-hrefv60plus.dtsi"
|
|
#include "ste-href-tvk1281618-r3.dtsi"
|
|
|
|
/ {
|
|
model = "ST-Ericsson HREF520 and TVK1281618 UIB";
|
|
compatible = "st-ericsson,href520", "st-ericsson,u8500";
|
|
|
|
soc {
|
|
vmmci: regulator-gpio {
|
|
gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
|
|
enable-gpio = <&gpio2 14 GPIO_ACTIVE_HIGH>;
|
|
enable-active-high;
|
|
};
|
|
};
|
|
};
|