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&nvme_pwren { 27 pins = "gpio51"; 28}; 29 30&nvme_3v3_regulator { 31 gpio = <&tlmm 51 GPIO_ACTIVE_HIGH>; 32}; 33