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 12 aliases { 13 serial0 = &blsp1_uart3; 14 }; 15 16 chosen { 17 stdout-path = "serial0:115200n8"; 18 }; 19}; 20 21&blsp1_uart3 { 22 status = "ok"; 23}; 24