1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2020 Engicam srl
4 * Copyright (c) 2020 Amarula Solutions
5 * Copyright (c) 2020 Amarula Solutions(India)
6 */
7
8#include "px30-engicam-common.dtsi"
9
10&pinctrl {
11	sdio-pwrseq {
12		wifi_enable_h: wifi-enable-h {
13			rockchip,pins = <1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;
14		};
15	};
16};
17
18&sdio_pwrseq {
19	reset-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
20};
21