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

rk3399pro.dtsi (487B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2// Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd.
      3
      4#include "rk3399.dtsi"
      5
      6/ {
      7	compatible = "rockchip,rk3399pro";
      8};
      9
     10/* Default to enabled since AP talk to NPU part over pcie */
     11&pcie_phy {
     12	status = "okay";
     13};
     14
     15/* Default to enabled since AP talk to NPU part over pcie */
     16&pcie0 {
     17	ep-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
     18	num-lanes = <4>;
     19	pinctrl-names = "default";
     20	pinctrl-0 = <&pcie_clkreqn_cpm>;
     21	status = "okay";
     22};