xref: /linux/arch/arm64/boot/dts/ti/k3-am64-tqma64xxl-mbax4xxl-sdcard.dtso (revision b4f8192afb401a0bb3c784dd94a0ea086939dd74)
1// SPDX-License-Identifier: GPL-2.0-only OR MIT
2/*
3 * Copyright (c) 2022-2024 TQ-Systems GmbH <linux@ew.tq-group.com>, D-82229 Seefeld, Germany.
4 */
5
6/dts-v1/;
7/plugin/;
8
9&sdhci1 {
10	vmmc-supply = <&reg_sd>;
11	no-sdio;
12	status = "okay";
13};
14
15&main_gpio0 {
16	line43-hog {
17		gpio-hog;
18		gpios = <43 0>;
19		line-name = "MMC1_CTRL";
20		output-low;
21	};
22};
23