Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Copyright (c) 2020 Engicam srl
0004  * Copyright (c) 2020 Amarula Solutions
0005  * Copyright (c) 2020 Amarula Solutions(India)
0006  */
0007 
0008 #include "px30-engicam-common.dtsi"
0009 
0010 &pinctrl {
0011         bt {
0012                 bt_enable_h: bt-enable-h {
0013                         rockchip,pins = <1 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>;
0014                 };
0015         };
0016 
0017         sdio-pwrseq {
0018                 wifi_enable_h: wifi-enable-h {
0019                         rockchip,pins = <1 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;
0020                 };
0021         };
0022 };
0023 
0024 &sdio_pwrseq {
0025         reset-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
0026 };
0027 
0028 &vcc3v3_btreg {
0029         enable-gpio = <&gpio1 RK_PC3 GPIO_ACTIVE_HIGH>;
0030 };