Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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&soc {
22 serial@f991f000 {
23 status = "ok"
24 };
25};