u-boot/arch/arm/dts/imx6qdl-hummingboard2-emmc-som-v15-u-boot.dtsi
Simon Glass 8c103c33fb dm: dts: Convert driver model tags to use new schema
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>
2023-02-14 09:43:26 -07:00

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;
};