diff options
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-axpwifiap.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-axpwifiap.dts | 46 |
1 files changed, 41 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/armada-xp-axpwifiap.dts b/arch/arm/boot/dts/armada-xp-axpwifiap.dts index ca0200e20751..c1fbab243609 100644 --- a/arch/arm/boot/dts/armada-xp-axpwifiap.dts +++ b/arch/arm/boot/dts/armada-xp-axpwifiap.dts | |||
@@ -3,16 +3,50 @@ | |||
3 | * | 3 | * |
4 | * Note: this board is shipped with a new generation boot loader that | 4 | * Note: this board is shipped with a new generation boot loader that |
5 | * remaps internal registers at 0xf1000000. Therefore, if earlyprintk | 5 | * remaps internal registers at 0xf1000000. Therefore, if earlyprintk |
6 | * is used, the CONFIG_DEBUG_MVEBU_UART_ALTERNATE option should be | 6 | * is used, the CONFIG_DEBUG_MVEBU_UART0_ALTERNATE option or the |
7 | * used. | 7 | * CONFIG_DEBUG_MVEBU_UART1_ALTERNATE option should be used. |
8 | * | 8 | * |
9 | * Copyright (C) 2013 Marvell | 9 | * Copyright (C) 2013 Marvell |
10 | * | 10 | * |
11 | * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 11 | * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
12 | * | 12 | * |
13 | * This file is licensed under the terms of the GNU General Public | 13 | * This file is dual-licensed: you can use it either under the terms |
14 | * License version 2. This program is licensed "as is" without any | 14 | * of the GPL or the X11 license, at your option. Note that this dual |
15 | * warranty of any kind, whether express or implied. | 15 | * licensing only applies to this file, and not this project as a |
16 | * whole. | ||
17 | * | ||
18 | * a) This file is free software; you can redistribute it and/or | ||
19 | * modify it under the terms of the GNU General Public License as | ||
20 | * published by the Free Software Foundation; either version 2 of the | ||
21 | * License, or (at your option) any later version. | ||
22 | * | ||
23 | * This file is distributed in the hope that it will be useful | ||
24 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
25 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
26 | * GNU General Public License for more details. | ||
27 | * | ||
28 | * Or, alternatively | ||
29 | * | ||
30 | * b) Permission is hereby granted, free of charge, to any person | ||
31 | * obtaining a copy of this software and associated documentation | ||
32 | * files (the "Software"), to deal in the Software without | ||
33 | * restriction, including without limitation the rights to use | ||
34 | * copy, modify, merge, publish, distribute, sublicense, and/or | ||
35 | * sell copies of the Software, and to permit persons to whom the | ||
36 | * Software is furnished to do so, subject to the following | ||
37 | * conditions: | ||
38 | * | ||
39 | * The above copyright notice and this permission notice shall be | ||
40 | * included in all copies or substantial portions of the Software. | ||
41 | * | ||
42 | * THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND | ||
43 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
44 | * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
45 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
46 | * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY | ||
47 | * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
48 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
49 | * OTHER DEALINGS IN THE SOFTWARE. | ||
16 | */ | 50 | */ |
17 | 51 | ||
18 | /dts-v1/; | 52 | /dts-v1/; |
@@ -60,10 +94,12 @@ | |||
60 | }; | 94 | }; |
61 | 95 | ||
62 | internal-regs { | 96 | internal-regs { |
97 | /* UART0 */ | ||
63 | serial@12000 { | 98 | serial@12000 { |
64 | status = "okay"; | 99 | status = "okay"; |
65 | }; | 100 | }; |
66 | 101 | ||
102 | /* UART1 */ | ||
67 | serial@12100 { | 103 | serial@12100 { |
68 | status = "okay"; | 104 | status = "okay"; |
69 | }; | 105 | }; |