cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

px30-engicam-ctouch2.dtsi (584B)


      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-gpio = <&gpio1 RK_PC3 GPIO_ACTIVE_HIGH>;
     30};