blob: cb16c078622a790952b18883c9f53bf1a5f536ff [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
Stepan Moskovchenkoe90cd652013-04-18 12:54:47 -070015/include/ "apq8084.dtsi"
Stepan Moskovchenko632d4162013-01-24 16:00:08 -080016
17/ {
Stepan Moskovchenkoe90cd652013-04-18 12:54:47 -070018 model = "Qualcomm APQ 8084 Simulator";
19 compatible = "qcom,apq8084-sim", "qcom,apq8084", "qcom,sim";
Stepan Moskovchenko632d4162013-01-24 16:00:08 -080020 qcom,msm-id = <178 0 0>;
21
22 aliases {
23 serial0 = &uart0;
24 };
25
26 uart0: serial@f991f000 {
27 status = "ok";
28 };
29};