blob: 48d7ef1b77c0f6ea7b4e3e0bb538ac3d8225a834 [file] [log] [blame]
Stepan Moskovchenko632d4162013-01-24 16:00:08 -08001/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13/dts-v1/;
14
15/include/ "msmzinc.dtsi"
16
17/ {
18 model = "Qualcomm MSM ZINC Simulator";
19 compatible = "qcom,msmzinc-sim", "qcom,msmzinc";
20 qcom,msm-id = <178 0 0>;
21
22 aliases {
23 serial0 = &uart0;
24 };
25
26 uart0: serial@f991f000 {
27 status = "ok";
28 };
29};