1746c750aSJagan Teki// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2746c750aSJagan Teki/* 3746c750aSJagan Teki * Copyright (c) 2020 Engicam srl 4746c750aSJagan Teki * Copyright (c) 2020 Amarula Solutions 5746c750aSJagan Teki * Copyright (c) 2020 Amarula Solutions(India) 6746c750aSJagan Teki */ 7746c750aSJagan Teki 8746c750aSJagan Teki#include "px30-engicam-common.dtsi" 993a4e7d1SSuniel Mahesh 1093a4e7d1SSuniel Mahesh&pinctrl { 111cc1e851SSuniel Mahesh bt { 121cc1e851SSuniel Mahesh bt_enable_h: bt-enable-h { 131cc1e851SSuniel Mahesh rockchip,pins = <1 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>; 141cc1e851SSuniel Mahesh }; 151cc1e851SSuniel Mahesh }; 161cc1e851SSuniel Mahesh 1793a4e7d1SSuniel Mahesh sdio-pwrseq { 1893a4e7d1SSuniel Mahesh wifi_enable_h: wifi-enable-h { 1993a4e7d1SSuniel Mahesh rockchip,pins = <1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>; 2093a4e7d1SSuniel Mahesh }; 2193a4e7d1SSuniel Mahesh }; 2293a4e7d1SSuniel Mahesh}; 2393a4e7d1SSuniel Mahesh 2493a4e7d1SSuniel Mahesh&sdio_pwrseq { 2593a4e7d1SSuniel Mahesh reset-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>; 2693a4e7d1SSuniel Mahesh}; 271cc1e851SSuniel Mahesh 281cc1e851SSuniel Mahesh&vcc3v3_btreg { 29*a02913e8SKrzysztof Kozlowski enable-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_HIGH>; 301cc1e851SSuniel Mahesh}; 31