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

sc7280-idp2.dts (642B)


      1// SPDX-License-Identifier: BSD-3-Clause
      2/*
      3 * sc7280 IDP2 board device tree source
      4 *
      5 * Copyright (c) 2021, The Linux Foundation. All rights reserved.
      6 */
      7
      8/dts-v1/;
      9
     10#include "sc7280-idp.dtsi"
     11#include "sc7280-idp-ec-h1.dtsi"
     12
     13/ {
     14	model = "Qualcomm Technologies, Inc. sc7280 IDP SKU2 platform";
     15	compatible = "qcom,sc7280-idp2", "google,piglin", "qcom,sc7280";
     16
     17	aliases {
     18		serial0 = &uart5;
     19	};
     20
     21	chosen {
     22		stdout-path = "serial0:115200n8";
     23	};
     24};
     25
     26&bluetooth {
     27	vddio-supply = <&vreg_l18b_1p8>;
     28};
     29
     30&nvme_pwren {
     31	pins = "gpio51";
     32};
     33
     34&nvme_3v3_regulator {
     35	gpio = <&tlmm 51 GPIO_ACTIVE_HIGH>;
     36};
     37
     38&pm8350c_pwm {
     39	status = "okay";
     40};