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