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	bt {
12		bt_enable_h: bt-enable-h {
13			rockchip,pins = <1 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>;
14		};
15	};
16
17	sdio-pwrseq {
18		wifi_enable_h: wifi-enable-h {
19			rockchip,pins = <1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;
20		};
21	};
22};
23
24&sdio_pwrseq {
25	reset-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
26};
27
28&vcc3v3_btreg {
29	enable-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_HIGH>;
30};
31