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 12/ { 13 model = "Qualcomm Technologies, Inc. sc7280 IDP SKU2 platform"; 14 compatible = "qcom,sc7280-idp2", "google,piglin", "qcom,sc7280"; 15 16 aliases { 17 serial0 = &uart5; 18 }; 19 20 chosen { 21 stdout-path = "serial0:115200n8"; 22 }; 23}; 24