summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/ti/k3-am64-tqma64xxl-mbax4xxl-sdcard.dtso
blob: 79ed19c6c0e9035f09e9a29c3fe91343ff22a8cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2022-2023 TQ-Systems GmbH <linux@ew.tq-group.com>, D-82229 Seefeld, Germany.
 */

/dts-v1/;
/plugin/;

&sdhci1 {
	vmmc-supply = <&reg_sd>;
	no-sdio;
	status = "okay";
};

&main_gpio0 {
	line43-hog {
		gpio-hog;
		gpios = <43 0>;
		line-name = "MMC1_CTRL";
		output-low;
	};
};