blob: b8812526a242edf731a64055370f9a6ed81004b7 [file] [log] [blame]
Imran Khan04f08312017-03-30 15:07:43 +05301/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
Kyle Yan18b01d62016-11-08 15:26:53 -08002 *
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 */
Mukesh Kumar Savaliya065ca482017-06-06 14:44:45 +053012
13/{
14 aliases {
15 serial0 = &qupv3_se10_2uart;
16 serial1 = &qupv3_se9_2uart;
17 spi0 = &qupv3_se8_spi;
18 i2c0 = &qupv3_se10_i2c;
19 i2c1 = &qupv3_se3_i2c;
20 hsuart0 = &qupv3_se6_4uart;
21 };
22
23};
24
25&qupv3_se9_2uart {
26 status = "disabled";
27};
28
29&qupv3_se8_spi {
30 status = "disabled";
31};
32
33&qupv3_se10_2uart {
34 status = "ok";
35};
36
37&qupv3_se3_i2c {
38 status = "disabled";
39};
40
41&qupv3_se10_i2c {
42 status = "disabled";
43};
44
45&qupv3_se6_4uart {
46 status = "disabled";
47};