blob: 050929e6053f1debb703043e29268361800386d2 [file] [log] [blame]
Rohit Vaswanic3e16a82013-03-20 19:15:51 -07001/* 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/ "fsm9900.dtsi"
16
17/ {
18 model = "Qualcomm FSM9900 Simulator";
19 compatible = "qcom,fsm9900-sim", "qcom,fsm9900", "qcom-sim";
20 qcom,msm-id = <188 0 0>;
21
22 aliases {
23 serial0 = &uart0;
24 };
25};
26
27&soc {
28 uart0: serial@f9960000 {
29 interrupts = <0 116 0>;
30 status = "ok";
31 };
32};