blob: 288cacd5d1fabc171e24e60e15600f33003557f9 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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};