Merge tag 'v4.17-rc3' into apparmor-next
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / sprd / sp9860g-1h10.dts
1 /*
2  * Spreadtrum SP9860g board
3  *
4  * Copyright (C) 2017, Spreadtrum Communications Inc.
5  *
6  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7  */
8
9 /dts-v1/;
10
11 #include "sc9860.dtsi"
12 #include "sc2731.dtsi"
13
14 / {
15         model = "Spreadtrum SP9860G 3GFHD Board";
16
17         compatible = "sprd,sp9860g-1h10", "sprd,sc9860";
18
19         aliases {
20                 serial0 = &uart0; /* for Bluetooth */
21                 serial1 = &uart1; /* UART console */
22                 serial2 = &uart2; /* Reserved */
23                 serial3 = &uart3; /* for GPS */
24                 spi0 = &adi_bus;
25         };
26
27         memory{
28                 device_type = "memory";
29                 reg = <0x0 0x80000000 0 0x60000000>,
30                       <0x1 0x80000000 0 0x60000000>;
31         };
32
33         chosen {
34                 stdout-path = "serial1:115200n8";
35         };
36
37         reserved-memory {
38                 #address-cells = <2>;
39                 #size-cells = <2>;
40                 ranges;
41         };
42 };
43
44 &uart0 {
45         status = "okay";
46 };
47
48 &uart1 {
49         status = "okay";
50 };
51
52 &uart2 {
53         status = "okay";
54 };
55
56 &uart3 {
57         status = "okay";
58 };