| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2014, 2015 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 | /* |
|---|
| .. | .. |
|---|
| 44 | 41 | #interrupt-cells = <1>; |
|---|
| 45 | 42 | }; |
|---|
| 46 | 43 | |
|---|
| 47 | | - debug_uart: dw-apb-uart@0x5000 { |
|---|
| 44 | + debug_uart: dw-apb-uart@5000 { |
|---|
| 48 | 45 | compatible = "snps,dw-apb-uart"; |
|---|
| 49 | 46 | reg = <0x5000 0x100>; |
|---|
| 50 | 47 | clock-frequency = <2403200>; |
|---|
| .. | .. |
|---|
| 57 | 54 | |
|---|
| 58 | 55 | }; |
|---|
| 59 | 56 | |
|---|
| 60 | | - mb_intc: dw-apb-ictl@0xe0012000 { |
|---|
| 57 | + mb_intc: interrupt-controller@e0012000 { |
|---|
| 61 | 58 | #interrupt-cells = <1>; |
|---|
| 62 | 59 | compatible = "snps,dw-apb-ictl"; |
|---|
| 63 | 60 | reg = < 0xe0012000 0x200 >; |
|---|