1// SPDX-License-Identifier: BSD-3-Clause 2/* 3 * Copyright (c) 2020, The Linux Foundation. All rights reserved. 4 */ 5 6#include "qcom-msm8226.dtsi" 7 8/ { 9 model = "Samsung Galaxy S III Neo"; 10 compatible = "samsung,s3ve3g", "qcom,msm8226"; 11 chassis-type = "handset"; 12 13 aliases { 14 serial0 = &blsp1_uart3; 15 }; 16 17 chosen { 18 stdout-path = "serial0:115200n8"; 19 }; 20}; 21 22&blsp1_uart3 { 23 status = "okay"; 24}; 25