.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2013, 2014 Synopsys, Inc. (www.synopsys.com) |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
7 | 4 | */ |
---|
8 | 5 | |
---|
9 | 6 | /* |
---|
.. | .. |
---|
36 | 33 | #interrupt-cells = <1>; |
---|
37 | 34 | }; |
---|
38 | 35 | |
---|
39 | | - debug_uart: dw-apb-uart@0x5000 { |
---|
| 36 | + debug_uart: dw-apb-uart@5000 { |
---|
40 | 37 | compatible = "snps,dw-apb-uart"; |
---|
41 | 38 | reg = <0x5000 0x100>; |
---|
42 | 39 | clock-frequency = <2403200>; |
---|
.. | .. |
---|
49 | 46 | |
---|
50 | 47 | }; |
---|
51 | 48 | |
---|
52 | | - mb_intc: dw-apb-ictl@0xe0012000 { |
---|
| 49 | + mb_intc: interrupt-controller@e0012000 { |
---|
53 | 50 | #interrupt-cells = <1>; |
---|
54 | 51 | compatible = "snps,dw-apb-ictl"; |
---|
55 | 52 | reg = < 0xe0012000 0x200 >; |
---|