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 = <®_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 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.