15def4c47SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 25def4c47SEmmanuel Vadot/* 35def4c47SEmmanuel Vadot * Copyright (c) 2020 Engicam srl 45def4c47SEmmanuel Vadot * Copyright (c) 2020 Amarula Solutions 55def4c47SEmmanuel Vadot * Copyright (c) 2020 Amarula Solutions(India) 65def4c47SEmmanuel Vadot */ 75def4c47SEmmanuel Vadot 85def4c47SEmmanuel Vadot#include "px30-engicam-common.dtsi" 95def4c47SEmmanuel Vadot 105def4c47SEmmanuel Vadot&pinctrl { 115def4c47SEmmanuel Vadot bt { 125def4c47SEmmanuel Vadot bt_enable_h: bt-enable-h { 135def4c47SEmmanuel Vadot rockchip,pins = <1 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>; 145def4c47SEmmanuel Vadot }; 155def4c47SEmmanuel Vadot }; 165def4c47SEmmanuel Vadot 175def4c47SEmmanuel Vadot sdio-pwrseq { 185def4c47SEmmanuel Vadot wifi_enable_h: wifi-enable-h { 195def4c47SEmmanuel Vadot rockchip,pins = <1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>; 205def4c47SEmmanuel Vadot }; 215def4c47SEmmanuel Vadot }; 225def4c47SEmmanuel Vadot}; 235def4c47SEmmanuel Vadot 245def4c47SEmmanuel Vadot&sdio_pwrseq { 255def4c47SEmmanuel Vadot reset-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>; 265def4c47SEmmanuel Vadot}; 275def4c47SEmmanuel Vadot 285def4c47SEmmanuel Vadot&vcc3v3_btreg { 29*aa1a8ff2SEmmanuel Vadot enable-gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_HIGH>; 305def4c47SEmmanuel Vadot}; 31