Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
2 | /* | ||||
3 | * Copyright (c) 2022-2023 TQ-Systems GmbH <linux@ew.tq-group.com>, D-82229 Seefeld, Germany. | ||||
4 | */ | ||||
5 | |||||
6 | /dts-v1/; | ||||
7 | /plugin/; | ||||
8 | |||||
9 | &sdhci1 { | ||||
10 | mmc-pwrseq = <&wifi_pwrseq>; | ||||
11 | no-sd; | ||||
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-high; | ||||
21 | }; | ||||
22 | }; |