mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
8c103c33fb
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
60 lines
551 B
Text
60 lines
551 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#include "imx6qdl-u-boot.dtsi"
|
|
|
|
/ {
|
|
board-detect {
|
|
compatible = "solidrun,hummingboard-detect";
|
|
detect-gpios = <
|
|
&gpio2 8 0
|
|
&gpio3 4 0
|
|
&gpio4 9 0
|
|
&gpio6 0 0
|
|
&gpio6 4 0
|
|
>;
|
|
};
|
|
};
|
|
|
|
&soc {
|
|
bootph-all;
|
|
};
|
|
|
|
&aips1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&pinctrl_microsom_uart1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&uart1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&gpio2 {
|
|
bootph-all;
|
|
};
|
|
|
|
&gpio3 {
|
|
bootph-all;
|
|
};
|
|
|
|
&gpio4 {
|
|
bootph-all;
|
|
};
|
|
|
|
&gpio6 {
|
|
bootph-all;
|
|
};
|
|
|
|
&usdhc1 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&usdhc2 {
|
|
bootph-all;
|
|
};
|
|
|
|
&usdhc3 {
|
|
bootph-all;
|
|
};
|