diff options
Diffstat (limited to 'arch/arm64/boot/dts/sprd/sc9836-openphone.dts')
-rw-r--r-- | arch/arm64/boot/dts/sprd/sc9836-openphone.dts | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/sprd/sc9836-openphone.dts b/arch/arm64/boot/dts/sprd/sc9836-openphone.dts new file mode 100644 index 000000000000..e5657c35cd10 --- /dev/null +++ b/arch/arm64/boot/dts/sprd/sc9836-openphone.dts | |||
@@ -0,0 +1,49 @@ | |||
1 | /* | ||
2 | * Spreadtrum SC9836 openphone board DTS file | ||
3 | * | ||
4 | * Copyright (C) 2014, Spreadtrum Communications Inc. | ||
5 | * | ||
6 | * This file is licensed under a dual GPLv2 or X11 license. | ||
7 | */ | ||
8 | |||
9 | /dts-v1/; | ||
10 | |||
11 | #include "sc9836.dtsi" | ||
12 | |||
13 | / { | ||
14 | model = "Spreadtrum SC9836 Openphone Board"; | ||
15 | |||
16 | compatible = "sprd,sc9836-openphone", "sprd,sc9836"; | ||
17 | |||
18 | aliases { | ||
19 | serial0 = &uart0; | ||
20 | serial1 = &uart1; | ||
21 | serial2 = &uart2; | ||
22 | serial3 = &uart3; | ||
23 | }; | ||
24 | |||
25 | memory@80000000 { | ||
26 | device_type = "memory"; | ||
27 | reg = <0 0x80000000 0 0x20000000>; | ||
28 | }; | ||
29 | |||
30 | chosen { | ||
31 | stdout-path = "serial1:115200n8"; | ||
32 | }; | ||
33 | }; | ||
34 | |||
35 | &uart0 { | ||
36 | status = "okay"; | ||
37 | }; | ||
38 | |||
39 | &uart1 { | ||
40 | status = "okay"; | ||
41 | }; | ||
42 | |||
43 | &uart2 { | ||
44 | status = "okay"; | ||
45 | }; | ||
46 | |||
47 | &uart3 { | ||
48 | status = "okay"; | ||
49 | }; | ||