Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: BSD-3-Clause
0002 /*
0003  * sc7280 IDP2 board device tree source
0004  *
0005  * Copyright (c) 2021, The Linux Foundation. All rights reserved.
0006  */
0007 
0008 /dts-v1/;
0009 
0010 #include "sc7280-idp.dtsi"
0011 #include "sc7280-idp-ec-h1.dtsi"
0012 
0013 / {
0014         model = "Qualcomm Technologies, Inc. sc7280 IDP SKU2 platform";
0015         compatible = "qcom,sc7280-idp2", "google,piglin", "qcom,sc7280";
0016 
0017         aliases {
0018                 serial0 = &uart5;
0019         };
0020 
0021         chosen {
0022                 stdout-path = "serial0:115200n8";
0023         };
0024 };
0025 
0026 &bluetooth {
0027         vddio-supply = <&vreg_l18b_1p8>;
0028 };
0029 
0030 &nvme_pwren {
0031         pins = "gpio51";
0032 };
0033 
0034 &nvme_3v3_regulator {
0035         gpio = <&tlmm 51 GPIO_ACTIVE_HIGH>;
0036 };
0037 
0038 &pm8350c_pwm {
0039         status = "okay";
0040 };